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…

Wat is Sirenia Web Automation Driver?

Sirenia Web Automation Driver is een Chrome-extensie ontwikkeld door https://sirenia.eu, en de belangrijkste functie is "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sirenia Web Automation Driver

Download Sirenia Web Automation Driver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
Officiële URL https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Beschrijving This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Bestandsgrootte 80.47 KB
Aantal Installaties 53,645
Huidige Versie 1.36.2
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2020-06-18
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sirenia.eu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}