PIWoP IT

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

O que é PIWoP IT?

PIWoP IT é uma extensão do Chrome desenvolvida por AprilRed, e sua principal característica é "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PIWoP IT

Baixe arquivos de extensão PIWoP IT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PIWoP IT PIWoP IT
ID fiopcljcdafelcajhaiemnbfmlpepbnd
URL Oficial https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd
Descrição Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
Tamanho do Arquivo 66.7 KB
Contagem de Instalações 13
Versão Atual 2.7.2
Última Atualização 2018-07-11
Data de Publicação 2018-07-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor AprilRed
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://piwop.com/
Idiomas Suportados 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"
    }
}