SADocumentExtension

Send a message to a native application.

什麼是SADocumentExtension?

SADocumentExtension是由SmartAdvocate開發的Chrome擴展程式,該擴展的主要功能是“Send a message to a native application.”。

擴展截圖

screenshot

下載SADocumentExtension擴展crx文件

下載SADocumentExtension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SmartAdvocate is the most powerful, full-featured law firm software and case management system available today, dwarfing the competition in features, technology, reliability and support.

SADocumentExtension is required enable directly opening case related documents when using Chrome.                    

擴展基本資訊

名稱 SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
官方網址 https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
簡介 Send a message to a native application.
檔案大小 14.28 KB
安裝次數 9,160
目前版本 1.2
更新時間 2018-11-29
上架時間 2018-11-28
評分 4.67/5 共 3 次評分
開發者 SmartAdvocate
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.smartadvocate.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SADocumentExtension",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Send a message to a native application.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "DocumentLauncher.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}