Windows Remix ClickOnce Helper

Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.

Windows Remix ClickOnce Helper là gì?

Windows Remix ClickOnce Helper là một tiện ích mở rộng Chrome được phát triển bởi https://windowsremix.com, và tính năng chính của nó là "Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Windows Remix ClickOnce Helper

Tải xuống các tệp mở rộng Windows Remix ClickOnce Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension implements Native Host messaging to allow installation of ClickOnce (MIME application/x-ms-application) applications through Microsoft® .NET.

Description:

ClickOnce is a Microsoft® technology that enables the user to install and run Windows-based smart client applications by clicking a link in a web page. The core principle of ClickOnce is to ease the deployment of Windows applications. ClickOnce is a component of Microsoft® .NET Framework 2.0 and later, and is present in installations of Internet Explorer™. This extension adds that component to Chrome™, Chromium™, Firefox™ and Opera™.

Features:

 • Protocol independent
 • Case insensitive
 • Legacy compatibility
 • English

Permissions:

This extension will identify itself various ways (for legacy compatibility with certain sites), and for that it will add a couple of variables to the window object. This requires the "Read and change all your data on the websites you visit" permission.

When a ClickOnce link is clicked, Microsoft® .NET must handle the content. Google Chrome™ won't let you communicate directly with dotNET. That's why we need a middle man ("Native Messaging Host") installed with the extension to do this for you. This requires the "Communicate with cooperating native applications" permission.

Changelog:

1.5.2 (2020-06-26)
 • Remove tabs permission for new Google rules
 • Build .zip release for Google Chrome

1.5.1 (2018-10-13)
 • Add support for file:/// links

1.5.0 (2018-10-10)
 • Use Transport Layer Security on URLs

1.4.2 (2018-01-28)
1.4.1 (2018-01-28)
 • Bugfixes for Firefox™ version

1.4.0 (2018-01-27)
 • Add Firefox™ support

1.3.1 (2017-01-31)
 • Remove helper from extension

1.3.0 (2017-01-31)
 • Remove debugging symbols from helper

1.2.0 (2015-08-05)
 • Update helper to dotNET 4

1.1.0 (2015-06-14)
 • Added Google Analytics to track number of installations

1.0.0 (2015-06-13)
 • Create Native Host version because NPAPI is being phased out

0.1.2 (2015-06-11)
 • Fixed manifest for web store

0.1.0 (2014-04-01)
 • Initial NPAPI version

Terms and conditions:

By installing this extension, you agree to the Privacy Policy available at https://www.windowsremix.com/helper                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Windows Remix ClickOnce Helper Windows Remix ClickOnce Helper
ID dgpgholdldjjbcmpeckiephjigdpikan
URL Chính Thức https://chromewebstore.google.com/detail/windows-remix-clickonce-h/dgpgholdldjjbcmpeckiephjigdpikan
Mô tả Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 347,642
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2020-06-28
Ngày Phát Hành 2020-06-27
Đánh Giá 4.33/5 Tổng số 52 Đánh Giá
Nhà Phát Triển https://windowsremix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.windowsremix.com
URL Trang Trợ Giúp https://www.windowsremix.com/helper
URL Trang Chính Sách Bảo Mật https://www.windowsremix.com/helper
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windows Remix ClickOnce Helper",
    "short_name": "ClickOnce",
    "description": "Enable ClickOnce support in Chrome\u2122 and Firefox\u2122 for Microsoft\u00ae Windows\u2122.",
    "version": "1.5.2",
    "author": "Redsandro ",
    "homepage_url": "https:\/\/www.windowsremix.com\/helper",
    "icons": {
        "16": "icons\/app_16.png",
        "48": "icons\/app_48.png",
        "64": "icons\/app_64.png",
        "128": "icons\/app_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "*:\/\/*\/*",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_icon": {
            "19": "page19.png",
            "38": "page38.png"
        },
        "default_title": "ClickOnce content detected on this page"
    },
    "web_accessible_resources": [
        "blank.png",
        "detect.js"
    ],
    "options_page": "install\/nativeclient.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwvXcHrKbTbT\/HMGqR4pq9S3Kn1595Fh2zQkrtcytcu6li7YDG6THyijLFwjuOLeO5VMKi2RrjHfkSXErsULzAuv2iPXF4mKLsQBHzNYvhspCoWdq+T+ZOuqEwda921ovCZkQN9pQlq0Ycrz3EcbtfZKMUSqBIbVzq74TyjjgUCy8Qvg3Sw5FqOZQvQtlzFOWk\/AKY1OrxU2GjGrrERbunZ8s2OdR2NkhejK8t6UFeNGNoni+AJnOh1KstwFWJHovCj2rjjz9RnZBYA+HmkDAloUCkgtuDkOSGIaEoZ+sNifMnNXsESY2M91Kr1ohdjmaR3SPZcZFYoH1737NfIy3wIDAQAB"
}