Frisbee: Earn big while browsing

Earn big while browsing.

Frisbee: Earn big while browsingคืออะไร?

Frisbee: Earn big while browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frisbee Rewards Technologies, Inc. และคุณลักษณะหลักของมันคือ "Earn big while browsing."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frisbee: Earn big while browsing

ดาวน์โหลดไฟล์ส่วนขยาย Frisbee: Earn big while browsing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Frisbee brings cash back to you everywhere you shop. Add our browser extension, browse and shop online, and watch your points rack up. It’s that easy!

With Frisbee, you can:

💸 Let your data pay you back - you’ll earn points just for adding the browser extension and you can manage your data sharing at any time.

⭐ Passively earn points every week that you’re logged into the browser extension.

🎁 Cash out your points for gift cards to all your favorite stores.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Frisbee: Earn big while browsing Frisbee: Earn big while browsing
ID cppobnnjbeloibeklmpgajoggemofgec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frisbee-earn-big-while-br/cppobnnjbeloibeklmpgajoggemofgec
คำอธิบาย Earn big while browsing.
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 904
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-06-28
วันที่เผยแพร่ 2023-05-02
ผู้พัฒนา Frisbee Rewards Technologies, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.frisbeerewards.com/
URL หน้าช่วยเหลือ https://www.frisbeerewards.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.frisbeerewards.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frisbee: Earn big while browsing",
    "version": "2.0.1",
    "description": "Earn big while browsing.",
    "manifest_version": 3,
    "author": "Frisbee Technologies, Inc.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Frisbee",
        "default_icon": {
            "16": "images\/frisbee-logo-16.png",
            "32": "images\/frisbee-logo-32.png",
            "48": "images\/frisbee-logo-48.png",
            "128": "images\/frisbee-logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "history"
    ],
    "icons": {
        "16": "images\/frisbee-logo-16.png",
        "32": "images\/frisbee-logo-32.png",
        "48": "images\/frisbee-logo-48.png",
        "128": "images\/frisbee-logo-128.png"
    }
}