Evreward Multiplier
A Chrome extension that takes you to Evreward's page for the store you are visting.
Cos'è Evreward Multiplier?
Evreward Multiplier è un'estensione di Chrome sviluppata da https://evreward.com, e la sua funzione principale è "A Chrome extension that takes you to Evreward's page for the store you are visting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Evreward Multiplier
Scarica i file di estensione Evreward Multiplier 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
This simple extension places a clickable icon next to your Chrome search box that opens Evreward's page for the store you're currently browsing, giving you quick access to the coupons, promo codes, cash back rebates, rewards and discount gift cards available.
Informazioni di Base sull'Estensione
Nome | Evreward Multiplier |
ID | neffcmliiaaipkdmjcojobfjoafmbemi |
URL Ufficiale | https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi |
Descrizione | A Chrome extension that takes you to Evreward's page for the store you are visting. |
Dimensione del File | 22.23 KB |
Conteggio Installazioni | 667 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-09-21 |
Data di Pubblicazione | 2019-09-21 |
Sviluppatore | https://evreward.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.evreward.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evreward Multiplier", "description": "A Chrome extension that takes you to Evreward's page for the store you are visting.", "version": "1.1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Evreward Multiplier", "default_icon": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" } }, "icons": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" }, "manifest_version": 2 } |