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\/*" ] } |