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是由https://pricep.in開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you pin a product using a chrome extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Pricepin - Never miss a discount擴展crx文件

下載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
官方網址 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"
    }
}