Agent Switcher for WIT
Sets User Agent to allow workintexas.com to work with Chrome OS
O que é Agent Switcher for WIT?
Agent Switcher for WIT é uma extensão do Chrome desenvolvida por steph.ruppel, e sua principal característica é "Sets User Agent to allow workintexas.com to work with Chrome OS".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Agent Switcher for WIT
Baixe arquivos de extensão Agent Switcher for WIT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Agent Switcher for WIT |
ID | bbcekmmkilfkanelobokhkfdlnchmbce |
URL Oficial | https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce |
Descrição | Sets User Agent to allow workintexas.com to work with Chrome OS |
Tamanho do Arquivo | 4.19 KB |
Contagem de Instalações | 86 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2022-02-10 |
Data de Publicação | 2022-02-09 |
Desenvolvedor | steph.ruppel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |