SADocumentExtension

Send a message to a native application.

Что такое SADocumentExtension?

SADocumentExtension - это расширение Chrome, разработанное SmartAdvocate, и его основная функция - "Send a message to a native application.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SADocumentExtension

Скачайте файлы расширений SADocumentExtension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
Официальный URL https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Описание Send a message to a native application.
Размер файла 14.28 KB
Количество установок 9,160
Текущая Версия 1.2
Последнее Обновление 2018-11-29
Дата публикации 2018-11-28
Рейтинг 4.67/5 Всего 3 оценок
Разработчик SmartAdvocate
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.smartadvocate.com/
Поддерживаемые языки 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"
    ]
}