WowApp Shopping Cashback Assistant

The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.

WowApp Shopping Cashback Assistantคืออะไร?

WowApp Shopping Cashback Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WowApp Official และคุณลักษณะหลักของมันคือ "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WowApp Shopping Cashback Assistant

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

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

                        Make sure you always get the best deal! The WowApp Shopping Cashback Assistant alerts you about cashback deals and compares cashback amounts for you right in the search results page.

Never again forget to earn cashback in WowApp Shop Online! Anytime you are on a store’s website that offers cashback through WowApp, the WowApp Shopping Cashback Assistant will notify you.                    

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

ชื่อ WowApp Shopping Cashback Assistant WowApp Shopping Cashback Assistant
ID hnapnkmenjbgabpcaomceegondmfkakl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wowapp-shopping-cashback/hnapnkmenjbgabpcaomceegondmfkakl
คำอธิบาย The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 215
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-01-26
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา WowApp Official
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.wowapp.com/policies/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowApp Shopping Cashback Assistant",
    "description": "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.",
    "version": "1.2.1",
    "icons": {
        "16": "\/data\/img\/icon-16.png",
        "32": "\/data\/img\/icon-32.png",
        "64": "\/data\/img\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/data\/img\/icon-grey-16.png",
            "32": "\/data\/img\/icon-grey-32.png",
            "64": "\/data\/img\/icon-grey-64.png"
        }
    },
    "options_ui": {
        "page": "\/data\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/data\/js\/document-messages.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "match_about_blank": false
        },
        {
            "run_at": "document_start",
            "js": [
                "\/data\/js\/jquery.js",
                "\/data\/js\/shop.js"
            ],
            "css": [
                "\/data\/css\/shop.css"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": false
        }
    ],
    "background": {
        "scripts": [
            "\/data\/js\/jquery.js",
            "\/data\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/css\/*.*",
        "data\/img\/*.*",
        "data\/js\/jquery.js",
        "data\/js\/shop.js",
        "data\/js\/document-messages.js"
    ]
}