Shop Your Way Chrome Extension

Meet: Shop Your Way Everywhere Savings you can see - Brands you can trust. Join the 88.4M+ Members who have shopped and…

Shop Your Way Chrome Extensionคืออะไร?

Shop Your Way Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย syw-wf และคุณลักษณะหลักของมันคือ "Meet: Shop Your Way Everywhere Savings you can see - Brands you can trust. Join the 88.4M+ Members who have shopped and…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shop Your Way Chrome Extension

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

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

                        Meet: Shop Your Way Everywhere 

Savings you can see - Brands you can trust. 

Join the 88.4M+ Members who have shopped and redeemed over $1.2B USD on products, services, and gift cards to their favorite places - including e-Visa, Amazon, Walmart, and 100’s more!

★ Shop at 15,000+ online stores 
Shop online like you normally do, but now you will earn cashback in rewards. Whether it’s everyday household essentials, new kitchen appliances, or booking your dream vacation destination - we’ve got you covered! 

★ Automatic Alerts 
Discover automatic alerts when shopping online like you normally do. We will even alert you when alternative eligible merchant offers are available to consider too! 

★ Coupons 
See savings on the spot from eligible coupon alerts. We will automatically test all the coupons available with one click of a button so you don’t have to!  

★ Online Search 
Like to Google Search for products when shopping? Now, your search results will show which online stores offer you cashback rewards so you can get the best deal available. 

Add Shop Your Way Everywhere to your browser in seconds and shop like you normally would. We will pop up and do the work from there! 

1. Add in Seconds - It’s 100% free and takes only a few clicks to add and goes everywhere you go

2. Shop Online Like Normal - It’ll automatically look for coupons and show you your cashback in points when you shop at available online sites 

3. We do the work - We find the deals so you get the rewards. All it takes is one click while you shop. It’s so easy, why not? 


Terms & Conditions: https://www.shopyourway.com/legal/terms-and-conditions-shop-your-way-program?header=

This is a white label extension made for Shop Your Way Everywhere: Rewards & Coupons and uses affiliate programs                    

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

ชื่อ Shop Your Way Chrome Extension Shop Your Way Chrome Extension
ID kdgaenkjcjffbapobpodklhmiklkbald
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shop-your-way-chrome-exte/kdgaenkjcjffbapobpodklhmiklkbald
คำอธิบาย Meet: Shop Your Way Everywhere Savings you can see - Brands you can trust. Join the 88.4M+ Members who have shopped and…
ขนาดไฟล์ 3.91 MB
จำนวนการติดตั้ง 4,226
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2023-06-20
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา syw-wf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.shopyourway.com/
URL หน้าช่วยเหลือ https://help.shopyourway.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.shopyourway.com/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Shop Your Way Chrome Extension",
    "short_name": "Shop Your Way",
    "description": "",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}