FlipGive Max

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

FlipGive Maxคืออะไร?

FlipGive Max เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flipgive.com และคุณลักษณะหลักของมันคือ "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlipGive Max

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}