Unidays Companion

Quickly check if any website offers unidays student discounts

Was ist Unidays Companion?

Unidays Companion ist eine Chrome-Erweiterung, die von Andrew Heaney entwickelt wurde, und ihr Hauptmerkmal ist "Quickly check if any website offers unidays student discounts".

Erweiterungsscreenshots

screenshot
screenshot

Unidays Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unidays Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Unidays Companion Unidays Companion
ID aagdmokijggnnehohbkjkphpllmpmlgm
Offizielle URL https://chrome.google.com/webstore/detail/aagdmokijggnnehohbkjkphpllmpmlgm
Beschreibung Quickly check if any website offers unidays student discounts
Dateigröße 307 KB
Installationsanzahl 2,231
Aktuelle Version 1.1.0
Letztes Update 2022-09-10
Veröffentlichungsdatum 2020-06-26
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler Andrew Heaney
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}