Evreward Multiplier

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

Evreward Multiplierคืออะไร?

Evreward Multiplier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://evreward.com และคุณลักษณะหลักของมันคือ "A Chrome extension that takes you to Evreward's page for the store you are visting."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evreward Multiplier

ดาวน์โหลดไฟล์ส่วนขยาย Evreward Multiplier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Evreward Multiplier Evreward Multiplier
ID neffcmliiaaipkdmjcojobfjoafmbemi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi
คำอธิบาย A Chrome extension that takes you to Evreward's page for the store you are visting.
ขนาดไฟล์ 22.23 KB
จำนวนการติดตั้ง 667
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-09-21
วันที่เผยแพร่ 2019-09-21
ผู้พัฒนา https://evreward.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.evreward.com/privacy
ภาษาที่รองรับ 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
}