Guild Wars 2 Trading Post Tracker

Notifies you every time you buy and/or sell anything on the GW2 Trading Post.

Cos'è Guild Wars 2 Trading Post Tracker?

Guild Wars 2 Trading Post Tracker è un'estensione di Chrome sviluppata da Scarfmonster, e la sua funzione principale è "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Guild Wars 2 Trading Post Tracker

Scarica i file di estensione Guild Wars 2 Trading Post Tracker 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

                        Allows you to quickly view your current/past orders on the GW2 Trading Post. It will also notify you when buy and/or sell transactions complete on your account.                    

Informazioni di Base sull'Estensione

Nome Guild Wars 2 Trading Post Tracker Guild Wars 2 Trading Post Tracker
ID lioodgonmpllfgbpbnfohnmmpjneeeoh
URL Ufficiale https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh
Descrizione Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Dimensione del File 786 KB
Conteggio Installazioni 47
Versione Corrente BETA 0.53
Ultimo Aggiornamento 2015-11-07
Data di Pubblicazione 2015-11-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Scarfmonster
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guild Wars 2 Trading Post Tracker",
    "short_name": "GW2TPT",
    "description": "Notifies you every time you buy and\/or sell anything on the GW2 Trading Post.",
    "version": "0.53",
    "version_name": "BETA 0.53",
    "author": "Scarfmonster",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tp.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "background",
        "notifications",
        "storage"
    ],
    "offline_enabled": false
}