SADocumentExtension

Send a message to a native application.

Co to jest SADocumentExtension?

SADocumentExtension to rozszerzenie Chrome opracowane przez SmartAdvocate, a jego główną funkcją jest „Send a message to a native application.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SADocumentExtension

Pobierz pliki rozszerzeń SADocumentExtension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Oficjalny URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Opis Send a message to a native application.
Rozmiar pliku 14.28 KB
Liczba instalacji 9,160
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-11-29
Data Publikacji 2018-11-28
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper SmartAdvocate
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.smartadvocate.com/
Obsługiwane Języki 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"
    ]
}