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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | fiopcljcdafelcajhaiemnbfmlpepbnd |
| 官方網址 | 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"
}
} | |