FlipGive Max

Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.

FlipGive Max là gì?

FlipGive Max là một tiện ích mở rộng Chrome được phát triển bởi https://www.flipgive.com, và tính năng chính của nó là "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng FlipGive Max 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 cash on the things your team is already buying. Get paid whenever you shop, dine out, book hotels or activities. Use FlipGive Max to be reminded and to activate cash back directly at your favorite websites whenever you shop online. FlipGive Max is on the watch finding cash back for thousands of teams. Good boy Max!*

*FlipGive Max may not be available for all merchants on FlipGive                    

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

Tên FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
URL Chính Thức https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Mô tả Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Kích Thước Tệp 310 KB
Số Lần Cài Đặt 11,006
Phiên Bản Hiện Tại 2.1.13.1
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2018-11-16
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.flipgive.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flipgive.com/max/
URL Trang Trợ Giúp https://www.flipgive.com/max/
URL Trang Chính Sách Bảo Mật https://www.flipgive.com/pages/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlipGive Max",
    "version": "2.1.13.1",
    "author": "FlipGive Max",
    "description": "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.",
    "homepage_url": "https:\/\/www.flipgive.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "18x18-default.png",
        "default_title": "flipgive.com"
    },
    "icons": {
        "48": "48x48-default.png",
        "128": "128x128-default.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "*.css",
        "*.png"
    ]
}