Givebacks Genie

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

Givebacks Genie là gì?

Givebacks Genie là một tiện ích mở rộng Chrome được phát triển bởi https://givebacks.com, và tính năng chính của nó là "Get automatic cashback for you and your favorite cause while you shop!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Givebacks Genie

Tải xuống các tệp mở rộng Givebacks Genie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Givebacks Genie Givebacks Genie
ID djidapogageiehhmihamgimggepbnojp
URL Chính Thức https://chromewebstore.google.com/detail/givebacks-genie/djidapogageiehhmihamgimggepbnojp
Mô tả Get automatic cashback for you and your favorite cause while you shop!
Kích Thước Tệp 1.97 MB
Số Lần Cài Đặt 15,050
Phiên Bản Hiện Tại 2.5.6
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-04-19
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://givebacks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.givebacks.com
URL Trang Trợ Giúp https://support.givebacks.com/
URL Trang Chính Sách Bảo Mật https://www.givebacks.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}