Guild Wars 2 Trading Post Tracker

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

O que é Guild Wars 2 Trading Post Tracker?

Guild Wars 2 Trading Post Tracker é uma extensão do Chrome desenvolvida por Scarfmonster, e sua principal característica é "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Guild Wars 2 Trading Post Tracker

Baixe arquivos de extensão Guild Wars 2 Trading Post Tracker 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

                        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.                    

Informações Básicas da Extensão

Nome Guild Wars 2 Trading Post Tracker Guild Wars 2 Trading Post Tracker
ID lioodgonmpllfgbpbnfohnmmpjneeeoh
URL Oficial https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh
Descrição Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Tamanho do Arquivo 786 KB
Contagem de Instalações 47
Versão Atual BETA 0.53
Última Atualização 2015-11-07
Data de Publicação 2015-11-07
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Scarfmonster
Tipo de Pagamento free
Idiomas Suportados 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
}