Guild Wars 2 Trading Post Tracker

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

Qu'est-ce que Guild Wars 2 Trading Post Tracker ?

Guild Wars 2 Trading Post Tracker est une extension Chrome développée par Scarfmonster, et sa fonction principale est "Notifies you every time you buy and/or sell anything on the GW2 Trading Post.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Guild Wars 2 Trading Post Tracker

Téléchargez les fichiers d'extension Guild Wars 2 Trading Post Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Guild Wars 2 Trading Post Tracker Guild Wars 2 Trading Post Tracker
ID lioodgonmpllfgbpbnfohnmmpjneeeoh
URL Officiel https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/lioodgonmpllfgbpbnfohnmmpjneeeoh
Description Notifies you every time you buy and/or sell anything on the GW2 Trading Post.
Taille du Fichier 786 KB
Nombre d'Installations 47
Version Actuelle BETA 0.53
Dernière Mise à Jour 2015-11-07
Date de Publication 2015-11-07
Évaluation 5.00/5 Total 4 Évaluations
Développeur Scarfmonster
Type de Paiement free
Langues Prises en Charge 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
}