Agent Switcher for WIT

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

ما هو Agent Switcher for WIT؟

Agent Switcher for WIT هو إضافة Chrome تم تطويرها بواسطة steph.ruppel، والميزة الرئيسية لها هي "Sets User Agent to allow workintexas.com to work with Chrome OS".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Agent Switcher for WIT

قم بتنزيل ملفات الامتداد Agent Switcher for WIT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}