Price Advisor

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

Cos'è Price Advisor?

Price Advisor è un'estensione di Chrome sviluppata da http://pricesadvisor.com, e la sua funzione principale è "Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Price Advisor

Scarica i file di estensione Price Advisor 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

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

Informazioni di Base sull'Estensione

Nome Price Advisor Price Advisor
ID aeijdknmpedjnoocginflmbngkndihei
URL Ufficiale 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
Descrizione Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.
Dimensione del File 124 KB
Conteggio Installazioni 2,000
Versione Corrente 2.1.1.1
Ultimo Aggiornamento 2017-12-20
Data di Pubblicazione 2017-12-20
Valutazione 3.18/5 Totale 11 Valutazioni
Sviluppatore http://pricesadvisor.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hotelbookingbest10.com/hotelbooking
URL della Pagina di Aiuto http://hotelbookingbest10.com/hotelbooking
URL della Pagina della Politica sulla Privacy https://raku-app.appspot.com/terms
Lingue Supportate 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"
    ]
}