Pricepin - Never miss a discount

This extension lets you pin a product using a chrome extension

Pricepin - Never miss a discountคืออะไร?

Pricepin - Never miss a discount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pricep.in และคุณลักษณะหลักของมันคือ "This extension lets you pin a product using a chrome extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pricepin - Never miss a discount

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

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

                        Every product will eventually drop in price. Pricepin lets you pin items from any webshop and notifies you when the price goes down. Start pinning with the Pricepin extension and get notified whenever the price changes!                    

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

ชื่อ Pricepin - Never miss a discount Pricepin - Never miss a discount
ID obflonmhgjnifdbampilbdecpofobola
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pricepin-never-miss-a-dis/obflonmhgjnifdbampilbdecpofobola
คำอธิบาย This extension lets you pin a product using a chrome extension
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 165
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2016-06-27
วันที่เผยแพร่ 2016-06-27
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://pricep.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pricep.in
URL หน้าช่วยเหลือ https://pricep.in/support-faqs
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pricepin - Never miss a discount",
    "short_name": "Pricepin",
    "description": "This extension lets you pin a product using a chrome extension",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/shield-logo-pricepin-16x16.png",
        "48": "images\/shield-logo-pricepin-48x48.png",
        "128": "images\/shield-logo-pricepin-128x128.png"
    }
}