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…
Apa itu Sirenia Web Automation Driver?
Sirenia Web Automation Driver adalah ekstensi Chrome yang dikembangkan oleh https://sirenia.eu, dan fitur utamanya adalah "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sirenia Web Automation Driver
Unduh file ekstensi Sirenia Web Automation Driver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Sirenia Web Automation Driver |
ID | lbokehfhhclmidfioacglfeigplbccdj |
URL Resmi | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
Deskripsi | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
Ukuran File | 80.47 KB |
Jumlah Instalasi | 53,645 |
Versi Saat Ini | 1.36.2 |
Terakhir Diperbarui | 2024-01-25 |
Tanggal Publikasi | 2020-06-18 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | https://sirenia.eu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |