Agent Switcher for WIT

Sets User Agent to allow workintexas.com to work with Chrome OS

¿Qué es Agent Switcher for WIT?

Agent Switcher for WIT es una extensión de Chrome desarrollada por steph.ruppel, y su función principal es "Sets User Agent to allow workintexas.com to work with Chrome OS".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Agent Switcher for WIT

Descarga archivos de extensión Agent Switcher for WIT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
URL Oficial https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
Descripción Sets User Agent to allow workintexas.com to work with Chrome OS
Tamaño del Archivo 4.19 KB
Cantidad de Instalaciones 86
Versión Actual 0.0.0.1
Última Actualización 2022-02-10
Fecha de Publicación 2022-02-09
Desarrollador steph.ruppel
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}