CashBag

Never miss out on Cash Back!

CashBagคืออะไร?

CashBag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CashBagco และคุณลักษณะหลักของมันคือ "Never miss out on Cash Back!"

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

screenshot

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

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

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

                        CashBag is more than just a rewards website, it’s a tool that helps savvy, savings conscious shoppers earn cash back and secure discounts on just about any online purchase. It’s used by active online shoppers, businesses and just about anyone that’s interested in saving when shopping online                    

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

ชื่อ CashBag CashBag
ID imopfbpogaokhhkplbjilbofihpleagk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cashbag/imopfbpogaokhhkplbjilbofihpleagk
คำอธิบาย Never miss out on Cash Back!
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2018-06-18
วันที่เผยแพร่ 2018-06-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา CashBagco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cashbag.co/
URL หน้าช่วยเหลือ https://www.cashbag.co/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.cashbag.co/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CashBag",
    "version": "1.1.8",
    "description": "Never miss out on Cash Back!",
    "homepage_url": "https:\/\/cashbag.co.za\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery.js",
                "js\/libs\/underscore.js",
                "js\/libs\/backbone.js",
                "js\/libs\/handlebars.js",
                "styles\/styles.js",
                "js\/content\/templates.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "CashBag"
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}