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".
Снимки экрана расширения
Скачать файл CRX расширения Agent Switcher for WIT
Скачайте файлы расширений Agent Switcher for WIT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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\/*" ] } |