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是由https://sirenia.eu开发的Chrome扩展程序,该扩展的主要功能是“This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…”。

扩展截图

screenshot

下载Sirenia Web Automation Driver扩展crx文件

下载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"
}