Cashback Comparison

This extension will check if there is any cashback for the store a user is visiting.

Cashback Comparisonคืออะไร?

Cashback Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cashbackholic.com และคุณลักษณะหลักของมันคือ "This extension will check if there is any cashback for the store a user is visiting."

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

screenshot

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

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

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

                        This Cashback Comparison Chrome Extension (plug-in) is provided by CashbackHolic.com to facilitate an easy cashback search and comparison for the online retail store that a shopper is visiting. Simply click the icon on the top right corner of your Chrome Browser, available cashback offers will be displayed for you in a second. No login, no typing, no search button, just one click! This tool will save you time and money for over 10,000 online stores without visiting our cashback comparison site.

Disclaimer: The store you are visiting will be known to this plug-in for cashback search purposes only. No visiting data will be stored on the server or anywhere else. Your privacy is safely protected.                    

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

ชื่อ Cashback Comparison Cashback Comparison
ID lkaidpojjdmihdpgegfhhgjcjloknlhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashback-comparison/lkaidpojjdmihdpgegfhhgjcjloknlhm
คำอธิบาย This extension will check if there is any cashback for the store a user is visiting.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 3.3.0.1
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2018-11-30
คะแนน 4.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.cashbackholic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cashbackholic.com
URL หน้าช่วยเหลือ https://www.cashbackholic.com/faqs.html
URL หน้านโยบายความเป็นส่วนตัว https://www.cashbackholic.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cashback Comparison",
    "description": "This extension will check if there is any cashback for the store a user is visiting.",
    "version": "3.3.0.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon24.png",
            "32": "icon32.png",
            "64": "icon64.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}