SADocumentExtension

Send a message to a native application.

What is SADocumentExtension?

SADocumentExtension is a Chrome extension developed by SmartAdvocate, and its main feature is "Send a message to a native application.".

Extension Screenshots

screenshot

Download SADocumentExtension Extension CRX File

Download SADocumentExtension 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

                        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.                    

Extension Basic Information

Name SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Official URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Description Send a message to a native application.
File Size 14.28 KB
Installation Count 9,160
Current Version 1.2
Last Updated 2018-11-29
Publish Date 2018-11-28
Rating 4.67/5 Total 3 Ratings
Developer SmartAdvocate
Email [email protected]
Payment Type free
Extension Website http://www.smartadvocate.com/
Supported Languages 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"
    ]
}