Pennywise Cash Back

Compare offers from 40+ cash back sites, and keep track of your earnings

Pennywise Cash Backคืออะไร?

Pennywise Cash Back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pennywisecashback.com และคุณลักษณะหลักของมันคือ "Compare offers from 40+ cash back sites, and keep track of your earnings"

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

screenshot
screenshot
screenshot

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

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

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

                        Pennywise is powerful money-saving tool. It finds you the best cash back shopping offers, so you can earn more on top of the cash back your credit card provides.

Pennywise gives an easy comparison of cash back offers, and our new cash back dashboard keeps track of your expected rebates. You’ll earn the most cash back every time and have the record you need to to make sure you don’t lose it. 

Pennywise shows you which cash back site is giving the biggest rebate for the store you are visiting. It's an easy way to save money while you shop at Amazon, eBay, AliExpress, Walmart and over 10,000 other stores.

We collect cash back offers from more than 40 cash back shopping sites, and show you an easy comparison of the rebates available. As you shop, you will see a little pop-up showing the available offers, so you can compare and be sure you are getting the best deal possible. 

Pennywise confirms your cash back activations as you shop, and your cash back dashboard keeps a record of which cash back sites you have been using, as well as the cash back rates you can expect to receive from each store.

We are adding new cash back sites monthly, now including RetailMeNot, Admitad, and over 40 others (Rakuten, Swagbucks, Top Cashback etc.)!

Smart shoppers combine stack coupon and voucher codes, credit card offers, and the highest cash back rebates for maximum savings!

We take your privacy seriously. Our extension does not collect or store any personal information from users. 

Please see our Privacy Policy at https://www.pennywisecashback.com/privacy.html                    

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

ชื่อ Pennywise Cash Back Pennywise Cash Back
ID ecolbbmopldbbodbgdcmelcmlpldnjic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pennywise-cash-back/ecolbbmopldbbodbgdcmelcmlpldnjic
คำอธิบาย Compare offers from 40+ cash back sites, and keep track of your earnings
ขนาดไฟล์ 686 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2022-05-25
วันที่เผยแพร่ 2020-10-12
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://pennywisecashback.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pennywisecashback.com/extension.html
URL หน้าช่วยเหลือ https://pennywisecashback.com/extension.html
URL หน้านโยบายความเป็นส่วนตัว https://www.pennywisecashback.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pennywise Cash Back",
    "author": "Pennywise Cash Back",
    "short_name": "Pennywise Cash Back",
    "homepage_url": "https:\/\/pennywisecashback.com\/",
    "version": "2.0.2",
    "description": "Compare offers from 40+ cash back sites, and keep track of your earnings",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Pennywise Cash Back",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/icon-bw-128.png"
        }
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/cs.vendor.chunk.js",
                "\/js\/cs.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "css\/*"
    ],
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src * data:; font-src 'self' data:;",
    "manifest_version": 2
}