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…
Vad är Sirenia Web Automation Driver?
Sirenia Web Automation Driver är en Chrome-tillägg utvecklad av https://sirenia.eu, och dess huvudfunktion är "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".
Tilläggsskärmbilder
Ladda ner Sirenia Web Automation Driver-förlängningens CRX-fil
Ladda ner Sirenia Web Automation Driver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lbokehfhhclmidfioacglfeigplbccdj |
| Officiell webbadress | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
| Beskrivning | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
| Filstorlek | 80.47 KB |
| Antal Installationer | 53,645 |
| Aktuell Version | 1.36.2 |
| Senast Uppdaterad | 2024-01-25 |
| Publiceringsdatum | 2020-06-18 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | https://sirenia.eu |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |