Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
Cos'è Agent Switcher for WIT?
Agent Switcher for WIT è un'estensione di Chrome sviluppata da steph.ruppel, e la sua funzione principale è "Sets User Agent to allow workintexas.com to work with Chrome OS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Agent Switcher for WIT
Scarica i file di estensione Agent Switcher for WIT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
URL Ufficiale | https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce |
Descrizione | Sets User Agent to allow workintexas.com to work with Chrome OS |
Dimensione del File | 4.19 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2022-02-10 |
Data di Pubblicazione | 2022-02-09 |
Sviluppatore | steph.ruppel |
steph.ruppel@gmail.com | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |