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 to jest Sirenia Web Automation Driver?
Sirenia Web Automation Driver to rozszerzenie Chrome opracowane przez https://sirenia.eu, a jego główną funkcją jest „This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sirenia Web Automation Driver
Pobierz pliki rozszerzeń Sirenia Web Automation Driver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Sirenia Web Automation Driver |
ID | lbokehfhhclmidfioacglfeigplbccdj |
Oficjalny URL | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
Opis | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
Rozmiar pliku | 80.47 KB |
Liczba instalacji | 53,645 |
Aktualna Wersja | 1.36.2 |
Ostatnia Aktualizacja | 2024-01-25 |
Data Publikacji | 2020-06-18 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | https://sirenia.eu |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |