Unidays Companion
Quickly check if any website offers unidays student discounts
Vad är Unidays Companion?
Unidays Companion är en Chrome-tillägg utvecklad av Andrew Heaney, och dess huvudfunktion är "Quickly check if any website offers unidays student discounts".
Tilläggsskärmbilder
Ladda ner Unidays Companion-förlängningens CRX-fil
Ladda ner Unidays Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | aagdmokijggnnehohbkjkphpllmpmlgm |
Officiell webbadress | https://chrome.google.com/webstore/detail/aagdmokijggnnehohbkjkphpllmpmlgm |
Beskrivning | Quickly check if any website offers unidays student discounts |
Filstorlek | 307 KB |
Antal Installationer | 2,231 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2022-09-10 |
Publiceringsdatum | 2020-06-26 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | Andrew Heaney |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |