PIWoP IT

Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.

什么是PIWoP IT?

PIWoP IT是由AprilRed开发的Chrome扩展程序,该扩展的主要功能是“Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.”。

扩展截图

screenshot
screenshot

下载PIWoP IT扩展crx文件

下载PIWoP IT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can now create a price alert for this with one click of our Panda button. Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. When the price drops to or below your PIWoP we notify you.                    

扩展基本信息

名称 PIWoP IT PIWoP IT
ID fiopcljcdafelcajhaiemnbfmlpepbnd
官方URL https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd
简介 Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
文件大小 66.7 KB
安装次数 13
当前版本 2.7.2
更新时间 2018-07-11
上架时间 2018-07-11
评分 5.00/5 共2次评分
开发者 AprilRed
电子邮箱 [email protected]
付费类型 free
扩展官网 http://piwop.com/
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.",
    "manifest_version": 2,
    "name": "PIWoP IT",
    "version": "2.7.2",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "management",
        "*:\/\/piwop.com\/",
        "*:\/\/pwp.testplat4m.net\/"
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "PIWoP it",
        "default_popup": "popup\/popup.html"
    }
}