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…”。
擴展截圖
下載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 |
ID | lbokehfhhclmidfioacglfeigplbccdj |
官方網址 | 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": [ " |