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…
Co je Sirenia Web Automation Driver?
Sirenia Web Automation Driver je rozšíření Chrome vyvinuté https://sirenia.eu, a jeho hlavní funkcí je „This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sirenia Web Automation Driver
Stáhněte si soubory rozšíření Sirenia Web Automation Driver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sirenia Web Automation Driver |
ID | lbokehfhhclmidfioacglfeigplbccdj |
Oficiální URL | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
Popis | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
Velikost souboru | 80.47 KB |
Počet instalací | 53,645 |
Aktuální Verze | 1.36.2 |
Poslední Aktualizace | 2024-01-25 |
Datum Vydání | 2020-06-18 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | https://sirenia.eu |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |