Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
Agent Switcher for WITとは何ですか?
Agent Switcher for WITはsteph.ruppelによって開発されたChromeの拡張機能で、その主な機能は「Sets User Agent to allow workintexas.com to work with Chrome OS」です。
拡張機能のスクリーンショット
Agent Switcher for WIT拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |