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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Guild Wars 2™ Trading Post Calculator

Λήψη αρχείων επέκτασης Guild Wars 2™ Trading Post Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Guild Wars 2™ Trading Post Calculator Guild Wars 2™ Trading Post Calculator
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
}