Unidays Companion
Quickly check if any website offers unidays student discounts
Что такое Unidays Companion?
Unidays Companion - это расширение Chrome, разработанное Andrew Heaney, и его основная функция - "Quickly check if any website offers unidays student discounts".
Снимки экрана расширения
Скачать файл CRX расширения Unidays Companion
Скачайте файлы расширений Unidays Companion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'" } |