Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
Apa itu Agent Switcher for WIT?
Agent Switcher for WIT adalah ekstensi Chrome yang dikembangkan oleh steph.ruppel, dan fitur utamanya adalah "Sets User Agent to allow workintexas.com to work with Chrome OS".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Agent Switcher for WIT
Unduh file ekstensi Agent Switcher for WIT 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
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.
Informasi Dasar Ekstensi
Nama | Agent Switcher for WIT |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
URL Resmi | https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce |
Deskripsi | Sets User Agent to allow workintexas.com to work with Chrome OS |
Ukuran File | 4.19 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2022-02-10 |
Tanggal Publikasi | 2022-02-09 |
Pengembang | steph.ruppel |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |