Agent Switcher for WIT

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

Agent Switcher for WIT क्या है?

Agent Switcher for WIT steph.ruppel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets User Agent to allow workintexas.com to work with Chrome OS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agent Switcher for WIT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
आधिकारिक URL https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
विवरण Sets User Agent to allow workintexas.com to work with Chrome OS
फ़ाइल का आकार 4.19 KB
स्थापना संख्या 86
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-02-10
प्रकाशन तिथि 2022-02-09
डेवलपर steph.ruppel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}