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.
What is Guild Wars 2™ Trading Post Calculator?
Guild Wars 2™ Trading Post Calculator is a Chrome extension developed by http://www.oliviadesign.ro, and its main feature is "Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee.".
Extension Screenshots
Download Guild Wars 2™ Trading Post Calculator Extension CRX File
Download Guild Wars 2™ Trading Post Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dbicfhledfccfcabjblocgcmpakdpfpm |
Official URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm |
Description | Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. |
File Size | 244 KB |
Installation Count | 221 |
Current Version | 1.1 |
Last Updated | 2013-10-06 |
Publish Date | 2013-10-06 |
Rating | 4.80/5 Total 10 Ratings |
Developer | http://www.oliviadesign.ro |
Payment Type | free |
Supported Languages | 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 } |