Reklaim

Reklaim Chrome Extension

Reklaimคืออะไร?

Reklaim เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://reklaimyours.com และคุณลักษณะหลักของมันคือ "Reklaim Chrome Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With the Reklaim Cashback extension, you will save and earn cashback by shopping at your favorite online stores! Every time you shop at one of our eligible 30,000 + retailers, you’ll earn some extra cash for yourself. 

Learn More Here: https://www.reklaimyours.com/cashback-extension

How beautiful shopping can be without any of the guilt!

How it works: 
1- Add the free chrome extension onto your desktop browser
2- Get alerted of deals as you shop
3- Get access to exclusive discounts
4- Get paid via PayPal

You don’t need a Reklaim account to use the Cashback extension, but you can sign up at anytime for one at https://www.reklaimyours.com and check out all the ways Reklaim rewards you for sharing your data!

By downloading and installing Reklaim Cashback Extension for Chrome, you are agreeing to the following agreements.


Terms & Conditions: https://www.reklaimyours.com/terms-and-conditions

Privacy Policy: https://www.reklaimyours.com/privacy-policy                    

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

ชื่อ Reklaim Reklaim
ID ikhibgnidhpmkjgndcheniaakdibpjnn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reklaim/ikhibgnidhpmkjgndcheniaakdibpjnn
คำอธิบาย Reklaim Chrome Extension
ขนาดไฟล์ 2.41 MB
จำนวนการติดตั้ง 1,151
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-08-30
วันที่เผยแพร่ 2022-02-12
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://reklaimyours.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reklaimyours.com/cashback-extension
URL หน้าช่วยเหลือ https://www.reklaimyours.com/
URL หน้านโยบายความเป็นส่วนตัว https://reklaimyours.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1.1",
    "name": "Reklaim",
    "short_name": "REKLAIM_CHROME_EXTENSION",
    "description": "Reklaim Chrome Extension",
    "icons": {
        "128": "img\/icon-128-reklaim.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-40-disabled-reklaim.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html",
                "installation.html",
                "sso.html",
                "Reklaim-fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}