PIWoP IT
Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
Cos'è PIWoP IT?
PIWoP IT è un'estensione di Chrome sviluppata da AprilRed, e la sua funzione principale è "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PIWoP IT
Scarica i file di estensione PIWoP IT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PIWoP IT |
ID | fiopcljcdafelcajhaiemnbfmlpepbnd |
URL Ufficiale | https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd |
Descrizione | Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired. |
Dimensione del File | 66.7 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 2.7.2 |
Ultimo Aggiornamento | 2018-07-11 |
Data di Pubblicazione | 2018-07-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | AprilRed |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://piwop.com/ |
Lingue Supportate | 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" } } |