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…
Hvad er Sirenia Web Automation Driver?
Sirenia Web Automation Driver er en Chrome-udvidelse udviklet af https://sirenia.eu, og dens hovedfunktion er "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".
Udvidelsesskærmbilleder
Download Sirenia Web Automation Driver-udvidelses-CRX-fil
Download Sirenia Web Automation Driver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Sirenia Web Automation Driver |
ID | lbokehfhhclmidfioacglfeigplbccdj |
Officiel URL | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
Beskrivelse | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
Filstørrelse | 80.47 KB |
Antal Installationer | 53,645 |
Nuværende Version | 1.36.2 |
Senest Opdateret | 2024-01-25 |
Udgivelsesdato | 2020-06-18 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | https://sirenia.eu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |