Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
Τι είναι το Agent Switcher for WIT;
Το Agent Switcher for WIT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον steph.ruppel, και η κύρια λειτουργία του είναι "Sets User Agent to allow workintexas.com to work with Chrome OS".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Agent Switcher for WIT
Λήψη αρχείων επέκτασης Agent Switcher for WIT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sets the User-Agent string to Chrome running on Windows 10. It is used for only one website that we need our users to be able to access. We are using chrome boxes and need to enforce this for our managed guest sessions. This website blocks any requests using User-Agent string that is not Chrome running on Windows 10.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Agent Switcher for WIT |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
Επίσημο URL | https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce |
Περιγραφή | Sets User Agent to allow workintexas.com to work with Chrome OS |
Μέγεθος Αρχείου | 4.19 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 0.0.0.1 |
Τελευταία Ενημέρωση | 2022-02-10 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Προγραμματιστής | steph.ruppel |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agent Switcher for WIT", "description": "Sets User Agent to allow workintexas.com to work with Chrome OS", "version": "0.0.0.1", "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.workintexas.com\/*" ] } |