GoCashBack: Deals, Rebates, Savings Extension

High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!

GoCashBack: Deals, Rebates, Savings Extensionคืออะไร?

GoCashBack: Deals, Rebates, Savings Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gocashback.com และคุณลักษณะหลักของมันคือ "High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoCashBack: Deals, Rebates, Savings Extension

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

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

                        By Clicking Add to Chrome, you agree to the additional GoCashback Extension Terms & Conditions: https://www.gocashback.com/help/protocol

Install the official GoCashBack.com extension and make cashback shopping online easier than ever. 

Navigate to your favorite store and the extension goes to work so you don't have to. Available cashback will appear when the site loads, click once to activate, and continue shopping as normal. 

And to make your life even easier, next time you use your favorite search engine, we'll provide each store's cashback available right in the results! 

Through the GoCashBack.com extension you can search for stores and see their cashback available, see the hottest deals running, and check your account stats with just one click. You'll be saving more than ever, just watch the cashback stack up fast.

When you buy through links on GoCashBack we may earn a commission. 

Set up your account at http://www.gocashback.com/register

What is GoCashBack.com? Check us out here: http://www.gocashback.com/help                    

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

ชื่อ GoCashBack: Deals, Rebates, Savings Extension GoCashBack: Deals, Rebates, Savings Extension
ID edkmbojkflfanganifkkajmldejmhlec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gocashback-deals-rebates/edkmbojkflfanganifkkajmldejmhlec
คำอธิบาย High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!
ขนาดไฟล์ 943 KB
จำนวนการติดตั้ง 6,517
เวอร์ชันปัจจุบัน 2.1.8
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-06-25
คะแนน 4.59/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.gocashback.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gocashback.com/
URL หน้าช่วยเหลือ https://www.gocashback.com/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว https://www.gocashback.com/privacy-policy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GoCashBack",
    "name": "GoCashBack: Deals, Rebates, Savings Extension",
    "version": "2.1.8",
    "manifest_version": 2,
    "author": "GoCashBack.com",
    "default_locale": "en",
    "description": "High Cash Back and exclusive offers refreshed daily, earn cash back from shopping with ease!",
    "homepage_url": "https:\/\/www.gocashback.com\/",
    "icons": {
        "16": "images\/16x16.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appTooltip__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "styles\/serp.css",
                "styles\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    }
}