ClickOnce for Google Chrome

Adds basic support for launching ClickOnce applications (by Menarva Ltd).

What is ClickOnce for Google Chrome?

ClickOnce for Google Chrome is a Chrome extension developed by https://menarva.com, and its main feature is "Adds basic support for launching ClickOnce applications (by Menarva Ltd).".

Extension Screenshots

screenshot

Download ClickOnce for Google Chrome Extension CRX File

Download ClickOnce for Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ClickOnce for Google Chrome ClickOnce for Google Chrome
ID kekahkplibinaibelipdcikofmedafmb
Official URL https://chromewebstore.google.com/detail/clickonce-for-google-chro/kekahkplibinaibelipdcikofmedafmb
Description Adds basic support for launching ClickOnce applications (by Menarva Ltd).
File Size 89.28 KB
Installation Count 611,190
Current Version 2.1
Last Updated 2018-04-04
Publish Date 2018-04-04
Rating 3.96/5 Total 112 Ratings
Developer https://menarva.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "name": "ClickOnce for Google Chrome",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Adds basic support for launching ClickOnce applications (by Menarva Ltd).",
    "background": {
        "persistent": true,
        "scripts": [
            "clickonce.js"
        ]
    },
    "icons": {
        "16": "icons\/app_click_16.png",
        "32": "icons\/app_click_32.png",
        "48": "icons\/app_click_48.png",
        "64": "icons\/app_click_64.png",
        "128": "icons\/app_click_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "blank.gif"
    ]
}