Rewardsweb

Buy and Earn with your miles on participating stores

Rewardswebคืออะไร?

Rewardsweb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rewardsweb.com และคุณลักษณะหลักของมันคือ "Buy and Earn with your miles on participating stores"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Your rewards, your way
Rewardsweb is a Google Chrome extension that allows you to manage your rewards from loyalty programs in one site. You can add different programs to manage your rewards however you want and whenever you want. When you use Rewardsweb, you can redeem your rewards in your favorite online stores.

- Manage the reward rewards from your loyalty programs in one site
- Redeem your rewards in your favorite online stores in an easy and flexible way

With Rewardsweb, you can finally start managing your rewards your way.                    

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

ชื่อ Rewardsweb Rewardsweb
ID okembgocccnjoiaafmdedmhodcoalbgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rewardsweb/okembgocccnjoiaafmdedmhodcoalbgg
คำอธิบาย Buy and Earn with your miles on participating stores
ขนาดไฟล์ 6.98 MB
จำนวนการติดตั้ง 146,174
เวอร์ชันปัจจุบัน 7.0.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-06-23
คะแนน 3.90/5 รวมทั้งหมด 1080 คะแนน
ผู้พัฒนา https://www.rewardsweb.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rewardsweb.com/
URL หน้าช่วยเหลือ https://help.rewardsweb.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.rewardsweb.com/privacy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "7.0.0",
    "default_locale": "es",
    "homepage_url": "https:\/\/www.rewardsweb.com",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon-grey-128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extTitle__"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.rewardsweb.com\/*"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "static\/css\/injectedStyles\/fonts.css",
                "static\/css\/injectedStyles\/styles.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/apx-security.amazon.com\/*",
                "*:\/\/io.vtexpayments.com.br\/card-ui\/*"
            ],
            "js": [
                "iframe.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/img\/*.png",
                "static\/img\/*.jpg",
                "static\/assets\/*.svg",
                "static\/assets\/*.ttf",
                "static\/assets\/*.woff",
                "static\/assets\/*.woff2",
                "static\/assets\/*.eot",
                "static\/assets\/*.otf",
                "assets\/*.png",
                "assets\/*.svg",
                "static\/css\/content.css",
                "static\/css\/injectedStyles\/fonts.css",
                "static\/css\/injectedStyles\/styles.css",
                "icon-small-128.png",
                "icon-48.png",
                "icon-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "webNavigation",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}