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
公式URL 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
Eメール [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"
    ]
}