Unidays Companion
Quickly check if any website offers unidays student discounts
Wat is Unidays Companion?
Unidays Companion is een Chrome-extensie ontwikkeld door Andrew Heaney, en de belangrijkste functie is "Quickly check if any website offers unidays student discounts".
Extensie Screenshots
Download het CRX-bestand van de extensie Unidays Companion
Download Unidays Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | aagdmokijggnnehohbkjkphpllmpmlgm |
Officiële URL | https://chrome.google.com/webstore/detail/aagdmokijggnnehohbkjkphpllmpmlgm |
Beschrijving | Quickly check if any website offers unidays student discounts |
Bestandsgrootte | 307 KB |
Aantal Installaties | 2,231 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-09-10 |
Publicatiedatum | 2020-06-26 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Andrew Heaney |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |