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…

Qu'est-ce que Sirenia Web Automation Driver ?

Sirenia Web Automation Driver est une extension Chrome développée par https://sirenia.eu, et sa fonction principale est "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sirenia Web Automation Driver

Téléchargez les fichiers d'extension Sirenia Web Automation Driver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sirenia Web Automation Driver Sirenia Web Automation Driver
ID lbokehfhhclmidfioacglfeigplbccdj
URL Officiel https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj
Description This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…
Taille du Fichier 80.47 KB
Nombre d'Installations 53,645
Version Actuelle 1.36.2
Dernière Mise à Jour 2024-01-25
Date de Publication 2020-06-18
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://sirenia.eu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}