Agent Switcher for WIT

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

Agent Switcher for WIT là gì?

Agent Switcher for WIT là một tiện ích mở rộng Chrome được phát triển bởi steph.ruppel, và tính năng chính của nó là "Sets User Agent to allow workintexas.com to work with Chrome OS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agent Switcher for WIT

Tải xuống các tệp mở rộng Agent Switcher for WIT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agent Switcher for WIT Agent Switcher for WIT
ID bbcekmmkilfkanelobokhkfdlnchmbce
URL Chính Thức https://chromewebstore.google.com/detail/agent-switcher-for-wit/bbcekmmkilfkanelobokhkfdlnchmbce
Mô tả Sets User Agent to allow workintexas.com to work with Chrome OS
Kích Thước Tệp 4.19 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2022-02-09
Nhà Phát Triển steph.ruppel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}