PIWoP IT

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

Was ist PIWoP IT?

PIWoP IT ist eine Chrome-Erweiterung, die von AprilRed entwickelt wurde, und ihr Hauptmerkmal ist "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".

Erweiterungsscreenshots

screenshot
screenshot

PIWoP IT-Erweiterungs-CRX-Datei herunterladen

Laden Sie PIWoP IT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PIWoP IT PIWoP IT
ID fiopcljcdafelcajhaiemnbfmlpepbnd
Offizielle URL https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd
Beschreibung Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
Dateigröße 66.7 KB
Installationsanzahl 13
Aktuelle Version 2.7.2
Letztes Update 2018-07-11
Veröffentlichungsdatum 2018-07-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler AprilRed
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://piwop.com/
Unterstützte Sprachen 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"
    }
}