SADocumentExtension

Send a message to a native application.

Qu'est-ce que SADocumentExtension ?

SADocumentExtension est une extension Chrome développée par SmartAdvocate, et sa fonction principale est "Send a message to a native application.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SADocumentExtension

Téléchargez les fichiers d'extension SADocumentExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
URL Officiel https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Description Send a message to a native application.
Taille du Fichier 14.28 KB
Nombre d'Installations 9,160
Version Actuelle 1.2
Dernière Mise à Jour 2018-11-29
Date de Publication 2018-11-28
Évaluation 4.67/5 Total 3 Évaluations
Développeur SmartAdvocate
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.smartadvocate.com/
Langues Prises en Charge 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"
    ]
}