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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets User Agent to allow workintexas.com to work with Chrome OS"입니다.
확장 프로그램 스크린샷
Agent Switcher for WIT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |