Shop for a Cause

Shop for a cause

Shop for a Causeคืออะไร?

Shop for a Cause เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tab.gladly.io และคุณลักษณะหลักของมันคือ "Shop for a cause"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shop for a Cause

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

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

                        Looking for a free and easy way to raise money for charity? Shop for a Cause helps you save money and support charities as you shop online. We do all the work! Add Shop for a Cause to your browser and it will automatically find coupon codes and raise money for charity as you go about your shopping.


🎉 Raise Money for your favorite cause
When you shop online at over 10,000 stores, Shop for a Cause will help you earn up to 5% back for your chosen charity with a simple click. We do the rest. 

✅ Save money with coupons
Shop for a Cause automatically finds and applies the best coupon codes that work when you checkout. Always get the best price!

😍 Small amounts add up fast! 
With Shop for a Cause, you’ll be making a huge difference by doing almost nothing. Created by the team behind Tab for a Cause (over $1.5M raised for non-profits), we know how impactful every dollar can be! 

How it Works:
Shop for a Cause partners with stores that are willing to give a percentage of your online purchase to the cause you are supporting. We earn money by charging a small fee to the stores so it is completely free for you! 

Whether you’re getting household essentials at Walmart, booking your next vacation through Priceline, treating yourself at Sephora, or shopping at any of our other 10,000+ partners, Shop for a Cause helps you save money and give back to a cause you care about.                    

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

ชื่อ Shop for a Cause Shop for a Cause
ID jcdheojflbakgpllgipljegddpfaofec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shop-for-a-cause/jcdheojflbakgpllgipljegddpfaofec
คำอธิบาย Shop for a cause
ขนาดไฟล์ 4.26 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-12-13
วันที่เผยแพร่ 2023-03-26
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://tab.gladly.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shop.gladly.io
URL หน้าช่วยเหลือ https://gladly.zendesk.com/hc/en-us/categories/14225341192717-Shop-for-a-Cause
URL หน้านโยบายความเป็นส่วนตัว https://tab.gladly.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "Shop for a Cause",
    "short_name": "Shop for a Cause",
    "description": "Shop for a cause",
    "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": [
                ""
            ]
        }
    ]
}