Smart e-correspondence Native Extension

Provides deep integration with Client side to print barcode generated from electronic correspondence system

Что такое Smart e-correspondence Native Extension?

Smart e-correspondence Native Extension - это расширение Chrome, разработанное intellisc.isoft, и его основная функция - "Provides deep integration with Client side to print barcode generated from electronic correspondence system".

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

screenshot

Скачать файл CRX расширения Smart e-correspondence Native Extension

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

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

                        Smart EMS Native Extension                    

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

Название Smart e-correspondence Native Extension Smart e-correspondence Native Extension
ID kpkplkjmphmbgikkcfdfefdmpdojapdj
Официальный URL https://chromewebstore.google.com/detail/smart-e-correspondence-na/kpkplkjmphmbgikkcfdfefdmpdojapdj
Описание Provides deep integration with Client side to print barcode generated from electronic correspondence system
Размер файла 379 KB
Количество установок 2,452
Текущая Версия 1.0.6
Последнее Обновление 2022-12-09
Дата публикации 2019-03-03
Разработчик intellisc.isoft
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart e-correspondence Native Extension",
    "short_name": "Smart e-correspondence Extension",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Provides deep integration with Client side to print barcode generated from electronic correspondence system",
    "author": "I-SOFT",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ems:*\/ems\/*",
            "*:\/\/emsweb:*\/ems\/*",
            "*:\/\/emsapp:*\/ems\/*",
            "*:\/\/smartems:*\/ems\/*",
            "*:\/\/rtauevemswebst1:*\/ems\/*",
            "*:\/\/localhost:*\/ems\/*",
            "*:\/\/127.0.0.1:*\/ems\/*",
            "*:\/\/*.mof.gov.ae:*\/ems\/*",
            "*:\/\/smartemsstg:*\/ems\/*",
            "*:\/\/*.isoft.world:*\/ems\/*",
            "*:\/\/smartems.rta.global:*\/ems\/*"
        ]
    }
}