Rakuten Cashback: Browser Extension

With the Rakuten browser extension you can earn cashback when you shop with over 500 partner stores.

Rakuten Cashback: Browser Extensionคืออะไร?

Rakuten Cashback: Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rakuten และคุณลักษณะหลักของมันคือ "With the Rakuten browser extension you can earn cashback when you shop with over 500 partner stores."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rakuten Cashback: Browser Extension

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

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

                        How the toolbar works:
1. Add the extension to your browser and sign in or sign up for your free Rakuten account
2. Click on the pop up to activate your cashback
3. Make purchases as usual and see the cashback roll in

Get notified when searching for your favourite brands:
Never miss a chance to earn cashback when you're searching for the best offers. Every time you land on one of our partner’s sites or search for them on Google, the extension will pop up and let you know. 

Activate your cashback in one click:
We pass back a percentage of the earnings our partners give us to you in the form of cashback. Simply click the R toolbar icon to see the cashback value we give to you.

Your cashback added directly to your account, hassle free:
No need to reach out to us after you make your purchase. Your cashback is automatically attributed to your account and will be with you between 3-4 weeks of your purchase.

Shop. Earn. Easy.                    

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

ชื่อ Rakuten Cashback: Browser Extension Rakuten Cashback: Browser Extension
ID hnchgcelpejnpglbnaieofanfoikiepb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rakuten-cashback-browser/hnchgcelpejnpglbnaieofanfoikiepb
คำอธิบาย With the Rakuten browser extension you can earn cashback when you shop with over 500 partner stores.
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 37,721
เวอร์ชันปัจจุบัน 3.0.6.0
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2020-06-17
คะแนน 4.47/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Rakuten
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://global.rakuten.com/corp/about/company/europe.html
URL หน้าช่วยเหลือ https://fr.shopping.rakuten.com/event/club-r-everywhere
URL หน้านโยบายความเป็นส่วนตัว https://fr.shopping.rakuten.com/newhelp/vie-privee-et-cookies
ภาษาที่รองรับ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "version": "3.0.6.0",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/fr.shopping.rakuten.com",
    "default_locale": "en",
    "author": "Rakuten Europe",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "notifications",
        "unlimitedStorage",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "48": "icon-32.png"
        },
        "default_title": "__MSG_shortName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/*.css",
                "\/content\/*.svg",
                "\/icon-32.png",
                "\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}