Evreward Multiplier

A Chrome extension that takes you to Evreward's page for the store you are visting.

Vad är Evreward Multiplier?

Evreward Multiplier är en Chrome-tillägg utvecklad av https://evreward.com, och dess huvudfunktion är "A Chrome extension that takes you to Evreward's page for the store you are visting.".

Tilläggsskärmbilder

screenshot

Ladda ner Evreward Multiplier-förlängningens CRX-fil

Ladda ner Evreward Multiplier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Evreward Multiplier Evreward Multiplier
ID neffcmliiaaipkdmjcojobfjoafmbemi
Officiell webbadress https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi
Beskrivning A Chrome extension that takes you to Evreward's page for the store you are visting.
Filstorlek 22.23 KB
Antal Installationer 667
Aktuell Version 1.1.0
Senast Uppdaterad 2019-09-21
Publiceringsdatum 2019-09-21
Utvecklare https://evreward.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.evreward.com/privacy
Stödda Språk 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
}