SADocumentExtension

Send a message to a native application.

SADocumentExtension क्या है?

SADocumentExtension SmartAdvocate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a message to a native application."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SADocumentExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}