Agent Switcher for WIT

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

Co je Agent Switcher for WIT?

Agent Switcher for WIT je rozšíření Chrome vyvinuté steph.ruppel, a jeho hlavní funkcí je „Sets User Agent to allow workintexas.com to work with Chrome OS“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Agent Switcher for WIT

Stáhněte si soubory rozšíření Agent Switcher for WIT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
Oficiální URL https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
Popis Sets User Agent to allow workintexas.com to work with Chrome OS
Velikost souboru 4.19 KB
Počet instalací 86
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2022-02-10
Datum Vydání 2022-02-09
Vývojář steph.ruppel
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}