Price Advisor

Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.

O que é Price Advisor?

Price Advisor é uma extensão do Chrome desenvolvida por http://pricesadvisor.com, e sua principal característica é "Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Price Advisor

Baixe arquivos de extensão Price Advisor 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

                        インターネットを簡単、便利にするためのシンプルなスタートページです                    

Informações Básicas da Extensão

Nome Price Advisor Price Advisor
ID aeijdknmpedjnoocginflmbngkndihei
URL Oficial https://chrome.google.com/webstore/detail/%E5%AE%89%E5%80%A4%E6%AF%94%E8%BC%83%E3%82%A2%E3%83%89%E3%83%90%E3%82%A4%E3%82%B6%E3%83%BC/aeijdknmpedjnoocginflmbngkndihei
Descrição Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.
Tamanho do Arquivo 124 KB
Contagem de Instalações 2,000
Versão Atual 2.1.1.1
Última Atualização 2017-12-20
Data de Publicação 2017-12-20
Classificação 3.18/5 Total de 11 Avaliações
Desenvolvedor http://pricesadvisor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://hotelbookingbest10.com/hotelbooking
URL da Página de Ajuda http://hotelbookingbest10.com/hotelbooking
URL da Página de Política de Privacidade https://raku-app.appspot.com/terms
Idiomas Suportados de,en,en-GB,en-US,fr,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.1.1.1",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "browser_action": {
        "default_name": "__MSG_extName__",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "jQuery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/yahoo.png"
    },
    "omnibox": {
        "keyword": "amazon"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/store.shopping.yahoo.co.jp\/*",
                "*:\/\/item.rakuten.co.jp\/*",
                "*:\/\/product.rakuten.co.jp\/*",
                "*:\/\/books.rakuten.co.jp\/*",
                "http:\/\/kakaku.com\/item\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.ebay.com\/*",
                "*:\/\/www.ebay.co.uk\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.ebay.es\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.ebay.de\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.ebay.fr\/*",
                "*:\/\/www.amazon.fr\/*"
            ],
            "js": [
                "jQuery.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "contextMenus"
    ]
}