PIWoP IT
Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
Vad är PIWoP IT?
PIWoP IT är en Chrome-tillägg utvecklad av AprilRed, och dess huvudfunktion är "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".
Tilläggsskärmbilder
Ladda ner PIWoP IT-förlängningens CRX-fil
Ladda ner PIWoP IT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fiopcljcdafelcajhaiemnbfmlpepbnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd |
| Beskrivning | Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired. |
| Filstorlek | 66.7 KB |
| Antal Installationer | 13 |
| Aktuell Version | 2.7.2 |
| Senast Uppdaterad | 2018-07-11 |
| Publiceringsdatum | 2018-07-11 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | AprilRed |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://piwop.com/ |
| Stödda Språk | 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"
}
} | |