Givebacks Genie

Get automatic cashback for you and your favorite cause while you shop!

什麼是Givebacks Genie?

Givebacks Genie是由https://givebacks.com開發的Chrome擴展程式,該擴展的主要功能是“Get automatic cashback for you and your favorite cause while you shop!”。

擴展截圖

screenshot
screenshot
screenshot

下載Givebacks Genie擴展crx文件

下載Givebacks Genie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Earn free donations for your favorite nonprofit, cause, or place of worship with the Givebacks Chrome Extension.

Every time you shop online at over 15,000 participating brands, a portion of your qualifying purchase goes to support the cause of your choice—at no extra cost to you!

Our store partners fund your donations, so there’s never an extra cost to you to support the causes you love.

Trusted by tens of thousands of shoppers to do good every day without doing extra.

Add the Givebacks Chrome Extension today, and start making a difference with every purchase!
 
By using this browser extension, you agree to the Givebacks Terms & Conditions and Privacy Policy.

Terms & Conditions: https://www.givebacks.com/privacy
Privacy Policy: https://www.givebacks.com/terms
 
Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up an ad blocking filter.

This is a white-label extension made for Givebacks.                    

擴展基本資訊

名稱 Givebacks Genie Givebacks Genie
ID djidapogageiehhmihamgimggepbnojp
官方網址 https://chromewebstore.google.com/detail/givebacks-genie/djidapogageiehhmihamgimggepbnojp
簡介 Get automatic cashback for you and your favorite cause while you shop!
檔案大小 1.97 MB
安裝次數 15,050
目前版本 2.5.6
更新時間 2024-01-08
上架時間 2022-04-19
評分 5.00/5 共 12 次評分
開發者 https://givebacks.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.givebacks.com
說明頁面URL https://support.givebacks.com/
隱私政策頁面URL https://www.givebacks.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.5.6",
    "name": "Givebacks Genie",
    "description": "Get automatic cashback for you and your favorite cause while you shop!",
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled.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
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.givebacks.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html",
                "oauth.html",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}