Evreward Multiplier

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

Apa itu Evreward Multiplier?

Evreward Multiplier adalah ekstensi Chrome yang dikembangkan oleh https://evreward.com, dan fitur utamanya adalah "A Chrome extension that takes you to Evreward's page for the store you are visting.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Evreward Multiplier

Unduh file ekstensi Evreward Multiplier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Evreward Multiplier Evreward Multiplier
ID neffcmliiaaipkdmjcojobfjoafmbemi
URL Resmi https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi
Deskripsi A Chrome extension that takes you to Evreward's page for the store you are visting.
Ukuran File 22.23 KB
Jumlah Instalasi 667
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-09-21
Tanggal Publikasi 2019-09-21
Pengembang https://evreward.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.evreward.com/privacy
Bahasa yang Didukung 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
}