Rakuten Button Canada

Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!

Rakuten Button Canadaคืออะไร?

Rakuten Button Canada เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rakuten.ca และคุณลักษณะหลักของมันคือ "Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Always forgetting Cash Back?
Let us help. Shop like you normally would at your favourite stores and we’ll alert you when Cash Back is available. Trust us, you’ll never forget Cash Back again!
 
Rakuten (formerly Ebates) Button provides automatic Cash Back alerts at participating stores. It’s the must-have browser extension that saves you money.
 
5 FEATURES & BENEFITS:
 
1) CASH BACK IN ONE CLICK
Head straight to the site you want to shop (instead of Rakuten.ca) and activate Cash Back in one click.
 
2) COUPON MAGIC
We’ll auto-apply the best promo codes on the web to ensure you’re getting the best bang for your buck.
 
3) BONUS CASH BACK EVENTS
Access weekly Bonus Cash Back offers and top stores to save even more.
 
4) SEE CASH BACK OFFERS WHILE YOU SEARCH
Compare Cash Back rates on the search results pages of Google, Yahoo and Bing.

5) QUICK ACCESS
Easily monitor your account information and shopping activity in one glance.
 
Please see our Privacy Policy at http://www.rakuten.ca/help/privacy-policy                    

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

ชื่อ Rakuten Button Canada Rakuten Button Canada
ID idpbkophnbfijcnlffdmmppgnncgappc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rakuten-button-canada/idpbkophnbfijcnlffdmmppgnncgappc
คำอธิบาย Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!
ขนาดไฟล์ 2.07 MB
จำนวนการติดตั้ง 311,524
เวอร์ชันปัจจุบัน 7.11.0
อัปเดตครั้งล่าสุด 2023-09-28
วันที่เผยแพร่ 2020-05-28
คะแนน 4.68/5 รวมทั้งหมด 594 คะแนน
ผู้พัฒนา https://www.rakuten.ca
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rakuten.ca/express
URL หน้าช่วยเหลือ http://www.rakuten.ca/express/help
URL หน้านโยบายความเป็นส่วนตัว http://www.rakuten.com/privacy_policy.htm
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rakuten Button Canada",
    "short_name": "Rakuten",
    "homepage_url": "https:\/\/www.rakuten.ca\/",
    "author": "Rakuten",
    "description": "Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!",
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/libs\/*.map",
        "img\/*.png",
        "img\/*.svg",
        "img\/*.gif",
        "css\/*.css",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "fonts\/*.otf"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "commons\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "img\/rakuten\/icon-32.png",
        "48": "img\/rakuten\/icon-64.png",
        "128": "img\/rakuten\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/rakuten\/icon-32.png",
            "32": "img\/rakuten\/icon-32.png"
        },
        "default_title": "Rakuten Button Canada: Get Cash Back For Shopping"
    },
    "version": "7.11.0"
}