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…
Τι είναι το Sirenia Web Automation Driver;
Το Sirenia Web Automation Driver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sirenia.eu, και η κύρια λειτουργία του είναι "This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sirenia Web Automation Driver
Λήψη αρχείων επέκτασης Sirenia Web Automation Driver σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sirenia Web Automation Driver |
ID | lbokehfhhclmidfioacglfeigplbccdj |
Επίσημο URL | https://chromewebstore.google.com/detail/sirenia-web-automation-dr/lbokehfhhclmidfioacglfeigplbccdj |
Περιγραφή | This extension enables web-pages shown in Chrome to be part of a context synchronisation session with the Sirenia Driver Platform… |
Μέγεθος Αρχείου | 80.47 KB |
Αριθμός Εγκαταστάσεων | 53,645 |
Τρέχουσα Έκδοση | 1.36.2 |
Τελευταία Ενημέρωση | 2024-01-25 |
Ημερομηνία Δημοσίευσης | 2020-06-18 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://sirenia.eu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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": [ " |