PriceBlink Coupons and Price Comparison

Finds Coupons and Compares Prices while you shop. Shows savings when you're shopping, otherwise it stays hidden.

PriceBlink Coupons and Price Comparisonคืออะไร?

PriceBlink Coupons and Price Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://priceblink.com และคุณลักษณะหลักของมันคือ "Finds Coupons and Compares Prices while you shop. Shows savings when you're shopping, otherwise it stays hidden."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PriceBlink Coupons and Price Comparison

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

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

                        Priceblink will ge going away soon. Get faster and better price comparisons with the CNET Shopping extension! From the same team that launched Priceblink.

Don’t overpay when you shop!  PriceBlink automatically finds money-saving coupons & lower prices while you shop. 

Stop wasting time hunting for coupons & codes that never work.

Featured on NBC’s Today Show, USA Today, CBS News & LifeHacker's Top 10 Must Have Browser Extensions.

Get PriceBlink today and start saving money! Key features include:

- Instant Price Comparison: PriceBlink automatically lets you know if you’ve found the lowest price on a product or whether it can be found for less at another retailer. PriceBlink checks more than 11,000 merchants for lower prices and works on popular stores like Amazon, Walmart, eBay, Target and more.

- Coupons: PriceBlink also alerts you to money-saving coupons and free shipping codes for the site that you are on.

- Product ratings: For many products, PriceBlink displays composite user-rating scores.

No need to check SlickDeals for the best deal or Retailmenot for the best coupons, PriceBlink automatically alerts you when a better deal is available.

Please report bugs or send feedback here: http://www.priceblink.com/webcpns/page.php?sp_id=5

Affiliate Link Disclosure
If you buy through our links, we may get a commission.                    

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

ชื่อ PriceBlink Coupons and Price Comparison PriceBlink Coupons and Price Comparison
ID aoiidodopnnhiflaflbfeblnojefhigh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/priceblink-coupons-and-pr/aoiidodopnnhiflaflbfeblnojefhigh
คำอธิบาย Finds Coupons and Compares Prices while you shop. Shows savings when you're shopping, otherwise it stays hidden.
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 135,682
เวอร์ชันปัจจุบัน 9.2
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2019-08-06
คะแนน 4.64/5 รวมทั้งหมด 1266 คะแนน
ผู้พัฒนา https://priceblink.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.priceblink.com
URL หน้าช่วยเหลือ http://www.priceblink.com/webcpns/page.php?sp_id=4
URL หน้านโยบายความเป็นส่วนตัว https://www.priceblink.com/webcpns/page.php?sp_id=7
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PriceBlink Coupons and Price Comparison",
    "short_name": "PriceBlink",
    "version": "9.2",
    "description": "Finds Coupons and Compares Prices while you shop. Shows savings when you're shopping, otherwise it stays hidden.",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/purify.min.js",
                "js\/app.js",
                "js\/iframe.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "js\/early.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "html\/*",
                "js\/*",
                "css\/*",
                "js\/iframe.js",
                "js\/webScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon_16.png",
        "default_title": "PriceBlink",
        "default_popup": "html\/coupons_popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "options_ui": {
        "page": "html\/options.html"
    }
}