Unidays Companion
Quickly check if any website offers unidays student discounts
Unidays Companionคืออะไร?
Unidays Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Heaney และคุณลักษณะหลักของมันคือ "Quickly check if any website offers unidays student discounts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unidays Companion
ดาวน์โหลดไฟล์ส่วนขยาย Unidays Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unidays Companion allows users to quickly check if any website offers unidays student discounts. Simply press the button to start checking. Unidays Companion is not officially affiliated with Unidays or any Unidays products. Privacy Policy We do not collect any personal information. We do not sell, trade, or rent users personal identification information to others. For details visit: https://sites.google.com/view/182-privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aagdmokijggnnehohbkjkphpllmpmlgm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aagdmokijggnnehohbkjkphpllmpmlgm |
คำอธิบาย | Quickly check if any website offers unidays student discounts |
ขนาดไฟล์ | 307 KB |
จำนวนการติดตั้ง | 2,231 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-09-10 |
วันที่เผยแพร่ | 2020-06-26 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Andrew Heaney |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unidays Companion", "description": "Quickly check if any website offers unidays student discounts", "version": "1.1.0", "icons": { "16": ".\/assets\/images\/icon.png", "48": ".\/assets\/images\/[email protected]", "128": ".\/assets\/images\/[email protected]" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |