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…

O que é Sirenia Web Automation Driver?

Sirenia Web Automation Driver é uma extensão do Chrome desenvolvida por https://sirenia.eu, e sua principal característica é "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sirenia Web Automation Driver

Baixe arquivos de extensão Sirenia Web Automation Driver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
URL Oficial https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Descrição This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Tamanho do Arquivo 80.47 KB
Contagem de Instalações 53,645
Versão Atual 1.36.2
Última Atualização 2024-01-25
Data de Publicação 2020-06-18
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor https://sirenia.eu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}