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
公式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
Eメール [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"
    }
}