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…

Cos'è Sirenia Web Automation Driver?

Sirenia Web Automation Driver è un'estensione di Chrome sviluppata da https://sirenia.eu, e la sua funzione principale è "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sirenia Web Automation Driver

Scarica i file di estensione Sirenia Web Automation Driver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
URL Ufficiale https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Descrizione This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Dimensione del File 80.47 KB
Conteggio Installazioni 53,645
Versione Corrente 1.36.2
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2020-06-18
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://sirenia.eu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}