PrinterLogic Extension v1.0.6.1

Install and manage printers and print jobs using PrinterLogic.

Что такое PrinterLogic Extension v1.0.6.1?

PrinterLogic Extension v1.0.6.1 - это расширение Chrome, разработанное https://printerlogic.com, и его основная функция - "Install and manage printers and print jobs using PrinterLogic.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения PrinterLogic Extension v1.0.6.1

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

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

                        PrinterLogic is an application that simplifies the management, migration, and provisioning of printers. This Chrome extension allows users to manage their printers and print jobs with PrinterLogic.                    

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

Название PrinterLogic Extension v1.0.6.1 PrinterLogic Extension v1.0.6.1
ID bfgjjammlemhdcocpejaompfoojnjjfn
Официальный URL https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn
Описание Install and manage printers and print jobs using PrinterLogic.
Размер файла 28.47 KB
Количество установок 12,000,000
Текущая Версия 1.0.6.1
Последнее Обновление 2022-12-20
Дата публикации 2022-12-20
Рейтинг 3.99/5 Всего 100 оценок
Разработчик https://printerlogic.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://printerlogic.com/technical-support
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PrinterLogic Extension v1.0.6.1",
    "short_name": "PrinterLogic Extension",
    "description": "Install and manage printers and print jobs using PrinterLogic.",
    "version": "1.0.6.1",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "event.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "nativeMessaging"
    ]
}