<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[runtime.sendNativeMessage]]></title><description><![CDATA[<p dir="auto">According to <a href="https://dev.opera.com/extensions/message-passing/" target="_blank" rel="noopener noreferrer nofollow ugc">https://dev.opera.com/extensions/message-passing/</a> it should be possible to use runtime.sendNativeMessage.</p>
<p dir="auto">However, when I use it, I get:</p>
<p dir="auto">Error in eventhandler for browserAction.onClicked: TypeError: chrome.runtime.sendNativeMessage is not a function.</p>
<p dir="auto">Is this a permissions issue? what am I doing wrong ?</p>
<pre><code>chrome.runtime.sendNativeMessage("com.xxx.yyy", "get_zzz",
    function (response) {
        alert("message from external component: " + response);
    });
</code></pre>
]]></description><link>https://forums.opera.com/topic/16139/runtime-sendnativemessage</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 08:37:02 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/16139.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Jul 2016 13:59:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to runtime.sendNativeMessage on Tue, 12 Jul 2016 15:53:56 GMT]]></title><description><![CDATA[<p dir="auto">please add this to the documentation page  <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/2615.png?v=qqje97jok90" class="not-responsive emoji emoji-emoji-one emoji--hot_beverage" title=":coffee:" alt="☕" /></p>
]]></description><link>https://forums.opera.com/post/102928</link><guid isPermaLink="true">https://forums.opera.com/post/102928</guid><dc:creator><![CDATA[absolutelyfreeweb]]></dc:creator><pubDate>Tue, 12 Jul 2016 15:53:56 GMT</pubDate></item><item><title><![CDATA[Reply to runtime.sendNativeMessage on Tue, 12 Jul 2016 15:00:14 GMT]]></title><description><![CDATA[<p dir="auto">solved wih:</p>
<p dir="auto">"permissions": [<br />
"nativeMessaging"<br />
]</p>
]]></description><link>https://forums.opera.com/post/102921</link><guid isPermaLink="true">https://forums.opera.com/post/102921</guid><dc:creator><![CDATA[absolutelyfreeweb]]></dc:creator><pubDate>Tue, 12 Jul 2016 15:00:14 GMT</pubDate></item></channel></rss>