SADocumentExtension

Send a message to a native application.

Hvad er SADocumentExtension?

SADocumentExtension er en Chrome-udvidelse udviklet af SmartAdvocate, og dens hovedfunktion er "Send a message to a native application.".

Udvidelsesskærmbilleder

screenshot

Download SADocumentExtension-udvidelses-CRX-fil

Download SADocumentExtension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Officiel URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Beskrivelse Send a message to a native application.
Filstørrelse 14.28 KB
Antal Installationer 9,160
Nuværende Version 1.2
Senest Opdateret 2018-11-29
Udgivelsesdato 2018-11-28
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler SmartAdvocate
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.smartadvocate.com/
Understøttede Sprog 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"
    ]
}