FlipGive Max

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

什麼是FlipGive Max?

FlipGive Max是由https://www.flipgive.com開發的Chrome擴展程式,該擴展的主要功能是“Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FlipGive Max擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
官方網址 https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
簡介 Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
檔案大小 310 KB
安裝次數 11,006
目前版本 2.1.13.1
更新時間 2021-04-26
上架時間 2018-11-16
評分 4.33/5 共 6 次評分
開發者 https://www.flipgive.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.flipgive.com/max/
說明頁面URL https://www.flipgive.com/max/
隱私政策頁面URL https://www.flipgive.com/pages/privacy
支援的語言 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"
    ]
}