EuroBonus Assistant
Notifies you if there are EuroBonus offers on the current website
Co to jest EuroBonus Assistant?
EuroBonus Assistant to rozszerzenie Chrome opracowane przez Trond Austlid, a jego główną funkcją jest „Notifies you if there are EuroBonus offers on the current website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EuroBonus Assistant
Pobierz pliki rozszerzeń EuroBonus Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
EuroBonus Assistant is an extension for more efficiently getting EuroBonus points while shopping. It aggregates offers from different sources and shows the relevant ones for the website you're visiting. With a simple selection of the offer you'd like to use, it sends you to the offering website such as ViaTrumf or FlySAS for you to register before you start shopping. Does not require any invasive permissions.
Podstawowe informacje o rozszerzeniu
Nazwa | EuroBonus Assistant |
ID | klkpohceopfpjblgdcfpfcdmhkocljfk |
Oficjalny URL | https://chromewebstore.google.com/detail/eurobonus-assistant/klkpohceopfpjblgdcfpfcdmhkocljfk |
Opis | Notifies you if there are EuroBonus offers on the current website |
Rozmiar pliku | 154 KB |
Liczba instalacji | 778 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2019-05-09 |
Data Publikacji | 2019-05-09 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Trond Austlid |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en_GB", "permissions": [ "storage", "alarms", "declarativeContent", "activeTab" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "default_popup": "popup.html" }, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.0.6", "author": "Trond Austlid" } |