Guild Wars 2™ Trading Post Calculator
Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.
Was ist Guild Wars 2™ Trading Post Calculator?
Guild Wars 2™ Trading Post Calculator ist eine Chrome-Erweiterung, die von http://www.oliviadesign.ro entwickelt wurde, und ihr Hauptmerkmal ist "Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.".
Erweiterungsscreenshots
Guild Wars 2™ Trading Post Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Guild Wars 2™ Trading Post Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. A usefull tool for GW2 players.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dbicfhledfccfcabjblocgcmpakdpfpm |
Offizielle URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm |
Beschreibung | Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. |
Dateigröße | 244 KB |
Installationsanzahl | 221 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-10-06 |
Veröffentlichungsdatum | 2013-10-06 |
Bewertung | 4.80/5 Insgesamt 10 Bewertungen |
Entwickler | http://www.oliviadesign.ro |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guild Wars 2\u2122 Trading Post Calculator", "description": "Simple tool that help Guild Wars 2\u2122 players to calculate profit margins on Trading Post. Also display listing fee and sale fee.", "version": "1.1", "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup\/index.html", "default_title": "Guild Wars 2\u2122 Trading Post Calculator" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/icon16.png", "icons\/icon48.png", "icons\/icon128.png" ], "background": { "scripts": [ "app.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |