Sirenia Web Automation Driver

This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…

Что такое Sirenia Web Automation Driver?

Sirenia Web Automation Driver - это расширение Chrome, разработанное https://sirenia.eu, и его основная функция - "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

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

screenshot

Скачать файл CRX расширения Sirenia Web Automation Driver

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

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

                        This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform (Manatee). It is a requirement that you have the Driver Platform installed in order for the extension to activate.                    

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

Название Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
Официальный URL https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Описание This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Размер файла 80.47 KB
Количество установок 53,645
Текущая Версия 1.36.2
Последнее Обновление 2024-01-25
Дата публикации 2020-06-18
Рейтинг 4.00/5 Всего 2 оценок
Разработчик https://sirenia.eu
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sirenia Web Automation Driver",
    "description": "",
    "version": "1.36.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "puppeteer.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/inactive.png"
    },
    "permissions": [
        "",
        "tabs",
        "nativeMessaging"
    ],
    "options_page": "options.html"
}