Unidays Companion
Quickly check if any website offers unidays student discounts
What is Unidays Companion?
Unidays Companion is a Chrome extension developed by Andrew Heaney, and its main feature is "Quickly check if any website offers unidays student discounts".
Extension Screenshots
Download Unidays Companion Extension CRX File
Download Unidays Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | aagdmokijggnnehohbkjkphpllmpmlgm |
Official URL | https://chrome.google.com/webstore/detail/aagdmokijggnnehohbkjkphpllmpmlgm |
Description | Quickly check if any website offers unidays student discounts |
File Size | 307 KB |
Installation Count | 2,231 |
Current Version | 1.1.0 |
Last Updated | 2022-09-10 |
Publish Date | 2020-06-26 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Andrew Heaney |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |