Top "Chrome-native-messaging" questions

Native Messaging is a Chrome-specific mechanism that allows Chrome extensions to communicate with Native applications running on the host machine.

C# native host with Chrome Native Messaging

I spent a few hours today researching how to get Chrome native messaging working with a C# native host. Conceptually …

c# google-chrome chrome-native-messaging
Chrome native messaging on windows

I think it was already waiting for answer, but not sure: Native app does not work in Chrome extension On …

windows google-chrome google-chrome-extension chrome-native-messaging
What is Native Messaging between applications and how does it work?

The Chrome developer docs refer to something called Native Messaging to communicate with other desktop applications directly from the Chrome …

google-chrome google-chrome-extension google-chrome-app chrome-native-messaging
Google Chrome Extension - Specified Native Messaging Host Not Found

I created an extension that uses native messaging to a host. The manifest.json of the extension is: { "manifest_version": 2, "…

javascript json google-chrome-extension chrome-native-messaging
Chrome Native Messaging API chrome.runtime.connectNative is not a function

I am looking to manipulate the content page that's currently on the tab in Chrome and if this below can …

javascript c# google-chrome google-chrome-app chrome-native-messaging
Native Messaging Chrome

I am trying to get Native Messaging between my chrome extension and my c# application. The javascript works fine, but …

c# javascript google-chrome google-chrome-extension chrome-native-messaging
Native messaging from chrome extension to native host written in C#

I'm trying to receive a message from my chrome extension via native messaging. The popup.html console indicates that the …

c# google-chrome-extension chrome-native-messaging