Agent Switcher for WIT

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

Qu'est-ce que Agent Switcher for WIT ?

Agent Switcher for WIT est une extension Chrome développée par steph.ruppel, et sa fonction principale est "Sets User Agent to allow workintexas.com to work with Chrome OS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Agent Switcher for WIT

Téléchargez les fichiers d'extension Agent Switcher for WIT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
URL Officiel https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
Description Sets User Agent to allow workintexas.com to work with Chrome OS
Taille du Fichier 4.19 KB
Nombre d'Installations 86
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2022-02-10
Date de Publication 2022-02-09
Développeur steph.ruppel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}