Agent Switcher for WIT

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

Co to jest Agent Switcher for WIT?

Agent Switcher for WIT to rozszerzenie Chrome opracowane przez steph.ruppel, a jego główną funkcją jest „Sets User Agent to allow workintexas.com to work with Chrome OS”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Agent Switcher for WIT

Pobierz pliki rozszerzeń Agent Switcher for WIT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
Oficjalny URL https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
Opis Sets User Agent to allow workintexas.com to work with Chrome OS
Rozmiar pliku 4.19 KB
Liczba instalacji 86
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2022-02-10
Data Publikacji 2022-02-09
Deweloper steph.ruppel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}