GoodWallet

Get the best deals while supporting your favorite charity. At no cost to you.

GoodWalletคืออะไร?

GoodWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goodwallet.us และคุณลักษณะหลักของมันคือ "Get the best deals while supporting your favorite charity. At no cost to you."

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

screenshot
screenshot
screenshot

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

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

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

                        GoodWallet gives you the best deals from your favorite stores, then donates to your favorite charity.

We partner with top online stores to get you the biggest savings. From big retailers to travel websites to subscriptions – we got you covered.

You'll make these purchases anyway. Use them to support a good cause. And get the best deals at the same time.

Just install GoodWallet, then visit your favorite stores, activate donation, and start shopping. For your every purchase, a donation will be given to a charity of your choice. 

At no cost to you.

It's that simple. It's that easy.                    

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

ชื่อ GoodWallet GoodWallet
ID ggiooiceabdeebogmjmmkagadhdmgkbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goodwallet/ggiooiceabdeebogmjmmkagadhdmgkbe
คำอธิบาย Get the best deals while supporting your favorite charity. At no cost to you.
ขนาดไฟล์ 304 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-05-01
วันที่เผยแพร่ 2020-11-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://goodwallet.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goodwallet.us
URL หน้าช่วยเหลือ https://goodwallet.us
URL หน้านโยบายความเป็นส่วนตัว https://goodwallet.us/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoodWallet",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Get the best deals while supporting your favorite charity. At no cost to you.",
    "homepage_url": "https:\/\/goodwallet.us",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/init.js",
            "src\/bg\/bg_support_functions.js",
            "src\/config.js",
            "src\/commonJS\/dataProvider.js",
            "src\/commonJS\/apiService.js",
            "src\/commonJS\/utils_global.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "GoodWallet",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/config.js",
                "src\/contentScripts\/temp_coupons.js",
                "src\/contentScripts\/inject_events.js",
                "lib\/umbrella\/umbrella.min.js",
                "lib\/jquery\/jquery.min.js",
                "src\/commonJS\/utils_global.js",
                "lib\/mustache\/mustache.min.js",
                "src\/contentScripts\/get_token.js",
                "src\/contentScripts\/inject_activate_cashback.js",
                "src\/contentScripts\/inject_apply_coupons.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/partials\/*.*",
        ".\/resources\/*",
        "src\/contentScripts\/*.*",
        "src\/commonJS\/utils_global.js"
    ],
    "content_security_policy": "script-src 'self' object-src 'self'"
}