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
公式URL 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
Eメール [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"
    ]
}