SADocumentExtension

Send a message to a native application.

Was ist SADocumentExtension?

SADocumentExtension ist eine Chrome-Erweiterung, die von SmartAdvocate entwickelt wurde, und ihr Hauptmerkmal ist "Send a message to a native application.".

Erweiterungsscreenshots

screenshot

SADocumentExtension-Erweiterungs-CRX-Datei herunterladen

Laden Sie SADocumentExtension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Offizielle URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Beschreibung Send a message to a native application.
Dateigröße 14.28 KB
Installationsanzahl 9,160
Aktuelle Version 1.2
Letztes Update 2018-11-29
Veröffentlichungsdatum 2018-11-28
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler SmartAdvocate
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.smartadvocate.com/
Unterstützte Sprachen 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"
    ]
}