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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Guild Wars 2™ Trading Post Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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
}