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
Eメール [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"
}