Evreward Multiplier
A Chrome extension that takes you to Evreward's page for the store you are visting.
Co to jest Evreward Multiplier?
Evreward Multiplier to rozszerzenie Chrome opracowane przez https://evreward.com, a jego główną funkcją jest „A Chrome extension that takes you to Evreward's page for the store you are visting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Evreward Multiplier
Pobierz pliki rozszerzeń Evreward Multiplier 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Evreward Multiplier |
ID | neffcmliiaaipkdmjcojobfjoafmbemi |
Oficjalny URL | https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi |
Opis | A Chrome extension that takes you to Evreward's page for the store you are visting. |
Rozmiar pliku | 22.23 KB |
Liczba instalacji | 667 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2019-09-21 |
Data Publikacji | 2019-09-21 |
Deweloper | https://evreward.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.evreward.com/privacy |
Obsługiwane Języki | 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 } |