Unidays Companion
Quickly check if any website offers unidays student discounts
Unidays Companion क्या है?
Unidays Companion Andrew Heaney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly check if any website offers unidays student discounts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unidays Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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'" } |