PIWoP IT

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

Hvad er PIWoP IT?

PIWoP IT er en Chrome-udvidelse udviklet af AprilRed, og dens hovedfunktion er "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PIWoP IT-udvidelses-CRX-fil

Download PIWoP IT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn PIWoP IT PIWoP IT
ID fiopcljcdafelcajhaiemnbfmlpepbnd
Officiel URL https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd
Beskrivelse Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
Filstørrelse 66.7 KB
Antal Installationer 13
Nuværende Version 2.7.2
Senest Opdateret 2018-07-11
Udgivelsesdato 2018-07-11
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler AprilRed
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://piwop.com/
Understøttede Sprog 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"
    }
}