Unidays Companion
Quickly check if any website offers unidays student discounts
什麼是Unidays Companion?
Unidays Companion是由Andrew Heaney開發的Chrome擴展程式,該擴展的主要功能是“Quickly check if any website offers unidays student discounts”。
擴展截圖
下載Unidays Companion擴展crx文件
下載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 |
官方網址 | 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'" } |