CashbackURL

Just one click to earn cashback or free recharge on your purchases from participating stores.

CashbackURLคืออะไร?

CashbackURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.cashbackurl.in และคุณลักษณะหลักของมันคือ "Just one click to earn cashback or free recharge on your purchases from participating stores."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** Never miss cashback **

When you are browsing a website where cashback is available, extension will notify you to activate cashback. You can activate cashback with just one click without leaving the website you are browsing.

** Activation Status in Extension Icon ** 

CashbackURL activation status is clearly visible in the extension icon at the upper right corner in your browser. It's quite simple to understand whether your cashback is being tracked or not.

** Coupons and Deals ** 

Click on extension icon when you are browsing merchant's website. You can even see coupons and deals while browsing merchant's website.

** Hot Deals and Free Cash ** 

CashbackURL activation status is clearly visible in the extension icon at the upper right corner in your browser. It's quite simple to understand whether your cashback is being tracked or not.

** Get Alerts ** 

Get real time alerts about hot deals and free cash earning offers.

Please read privacy policy at http://www.cashbackurl.in/privacy and terms at 
http://www.cashbackurl.in/terms                    

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

ชื่อ CashbackURL CashbackURL
ID ejaemkcnfaomlgdaagenbalfgnhjebgn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cashbackurl/ejaemkcnfaomlgdaagenbalfgnhjebgn
คำอธิบาย Just one click to earn cashback or free recharge on your purchases from participating stores.
ขนาดไฟล์ 970 KB
จำนวนการติดตั้ง 592
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2016-07-13
วันที่เผยแพร่ 2016-07-13
คะแนน 3.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://www.cashbackurl.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.ico",
        "default_title": "CashbackURL",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery-1.9.1.min.js",
                "js\/content_script.js",
                "libs\/utils.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Just one click to earn cashback or free recharge on your purchases from participating stores.",
    "homepage_url": "https:\/\/www.cashbackurl.in",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "18": "img\/icon.ico",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo64.png"
    },
    "manifest_version": 2,
    "name": "CashbackURL",
    "short_name": "Just one click to earn cashback",
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "cookies",
        "management",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.7",
    "web_accessible_resources": [
        "templates\/*",
        "img\/*.png",
        "css\/chrome-extension.css",
        "fonts\/OpenSans\/*"
    ]
}