Pricepin - Never miss a discount

This extension lets you pin a product using a chrome extension

What is Pricepin - Never miss a discount?

Pricepin - Never miss a discount is a Chrome extension developed by https://pricep.in, and its main feature is "This extension lets you pin a product using a chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pricepin - Never miss a discount Extension CRX File

Download Pricepin - Never miss a discount extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pricepin - Never miss a discount Pricepin - Never miss a discount
ID obflonmhgjnifdbampilbdecpofobola
Official URL https://chromewebstore.google.com/detail/pricepin-never-miss-a-dis/obflonmhgjnifdbampilbdecpofobola
Description This extension lets you pin a product using a chrome extension
File Size 163 KB
Installation Count 165
Current Version 1.1.2
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 3.67/5 Total 9 Ratings
Developer https://pricep.in
Email [email protected]
Payment Type free
Extension Website https://pricep.in
Help Page URL https://pricep.in/support-faqs
Supported Languages 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"
    }
}