SADocumentExtension

Send a message to a native application.

Wat is SADocumentExtension?

SADocumentExtension is een Chrome-extensie ontwikkeld door SmartAdvocate, en de belangrijkste functie is "Send a message to a native application.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SADocumentExtension

Download SADocumentExtension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Officiële URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Beschrijving Send a message to a native application.
Bestandsgrootte 14.28 KB
Aantal Installaties 9,160
Huidige Versie 1.2
Laatst Bijgewerkt 2018-11-29
Publicatiedatum 2018-11-28
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar SmartAdvocate
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.smartadvocate.com/
Ondersteunde Talen 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"
    ]
}