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.
Guild Wars 2™ Trading Post Calculator क्या है?
Guild Wars 2™ Trading Post Calculator http://www.oliviadesign.ro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Guild Wars 2™ Trading Post Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dbicfhledfccfcabjblocgcmpakdpfpm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/guild-wars-2-trading-post/dbicfhledfccfcabjblocgcmpakdpfpm |
विवरण | Simple tool that help Guild Wars 2™ players to calculate profit margins on Trading Post. Also display listing fee and sale fee. |
फ़ाइल का आकार | 244 KB |
स्थापना संख्या | 221 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-10-06 |
प्रकाशन तिथि | 2013-10-06 |
रेटिंग | 4.80/5 कुल 10 रेटिंग्स |
डेवलपर | http://www.oliviadesign.ro |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |