Eurobonus Saver
Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping.
Cos'è Eurobonus Saver?
Eurobonus Saver è un'estensione di Chrome sviluppata da patricklefdev, e la sua funzione principale è "Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eurobonus Saver
Scarica i file di estensione Eurobonus Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | beahakibekojmpjdlhlnkjlpcpfhemdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/eurobonus-saver/beahakibekojmpjdlhlnkjlpcpfhemdj |
| Descrizione | Save EuroBonus points by getting instant feedback when shopping on sites connected to EuroBonus online shopping. |
| Dimensione del File | 22.14 KB |
| Conteggio Installazioni | 116 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2019-02-04 |
| Data di Pubblicazione | 2019-02-04 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | patricklefdev |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.1",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_browserActionTitle__",
"default_popup": "pages\/popup.html"
},
"options_page": "pages\/options.html",
"options_ui": {
"page": "pages\/options.html",
"chrome_style": true
},
"permissions": [
"storage",
"tabs",
"notifications",
"https:\/\/eurobonusexpert.com\/*"
]
} | |