PriceBlink Lite - Coupons & Price Comparison

Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.

PriceBlink Lite - Coupons & Price Comparisonคืออะไร?

PriceBlink Lite - Coupons & Price Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://priceblink.com และคุณลักษณะหลักของมันคือ "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PriceBlink Lite Finds Lower Prices and Money-Saving Coupons while you shop. Checks for lower prices when you're shopping, otherwise it stays hidden. 

When you're shopping, PriceBlink Lite lets you know if the product you are viewing is available for cheaper elsewhere.  It also alerts you to coupons on the merchant you're shopping.

PriceBlink Lite's Terms of Use / EULA / Privacy Policy can be viewed here: https://goo.gl/yatZhO                    

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

ชื่อ PriceBlink Lite - Coupons & Price Comparison PriceBlink Lite - Coupons & Price Comparison
ID aolpdlffgigjkjejcmjikefloacanfjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn
คำอธิบาย Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.
ขนาดไฟล์ 27.99 KB
จำนวนการติดตั้ง 1,414
เวอร์ชันปัจจุบัน 3.4
อัปเดตครั้งล่าสุด 2021-06-04
วันที่เผยแพร่ 2017-04-14
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://priceblink.com
อีเมล [email protected]
ประเภทการชำระเงิน free
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": 2,
    "name": "PriceBlink Lite - Coupons & Price Comparison",
    "short_name": "PB Lite",
    "version": "3.4",
    "description": "Checks for Lower Prices and Money-Saving coupons with just one click.  On-demand version of the popular PriceBlink extension.",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "PriceBlink",
        "default_popup": "status.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "options_page": "options.html"
}