PointSpree

Compare rates across different rewards providers to get the most cash back on your purchases.

PointSpreeคืออะไร?

PointSpree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย travelarrowplugin และคุณลักษณะหลักของมันคือ "Compare rates across different rewards providers to get the most cash back on your purchases."

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

screenshot
screenshot

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

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

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

                        Pointspree is your shopping companion. We help you earn maximum cashback when you shop at your favorite stores online.

Our incredible features include:

🎁 CASHBACK PORTAL COMPARISON

You might be familiar with online cashback sites like Honey and Rakuten, but did you know there are over 25+ sites that all offer different cashback rates at different stores? Pointspree compares rates across all cashback portals to help you redeem the highest rate. Why settle for 2% back from Macy's when you could be earning 10%!? 

⭐ CREDIT CARD POINTS OPTIMIZER (coming soon)

Pointspree will tell you which credit card to use to earn maximum points at different online stores. Chase Sapphire preferred earns you 3x on dining while Capital One Venture X earns you 2x. Don't worry about using the right card, Pointspree will tell you exactly which one to use!                    

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

ชื่อ PointSpree PointSpree
ID fblmnfojgbbdcnielejjablhacldfddn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pointspree/fblmnfojgbbdcnielejjablhacldfddn
คำอธิบาย Compare rates across different rewards providers to get the most cash back on your purchases.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 554
เวอร์ชันปัจจุบัน Release 1.1.0
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2022-12-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา travelarrowplugin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://travelarrow.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "version_name": "Release 1.1.0",
    "name": "PointSpree",
    "description": "Compare rates across different rewards providers to get the most cash back on your purchases.",
    "icons": {
        "16": "src\/assets\/icons\/16.png",
        "48": "src\/assets\/icons\/48.png",
        "128": "src\/assets\/icons\/128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": "src\/assets\/icons\/16.png",
        "default_title": "PointSpree - Maximize Your Cashback"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-24a3a052.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/styles\/app.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/client-dd5502dc.js",
                "assets\/index-4d2d31b6-ed0182c8.js",
                "assets\/index.tsx-2cf49f96.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "96"
}