GG.Skin Trade Manager

The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.

GG.Skin Trade Manager란 무엇입니까?

GG.Skin Trade Manager은(는) https://gg.skin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GG.Skin Trade Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.

It is required that all gg.skin users install this extension.

Why use the gg.skin Extension?

Connects with your gg.skin P2P account.
Automatic creation of trade offers when sending an offer.
Provides extra precautions:
- The buyer's Steam account level and creation date are included in the trade offer details.
- Auto-cancellation of suspicious trade offers.
- Saves a record of your previous trades and tracks your pending trades for you.
- Highlights any missing steps in the buy or sell processes.

Disclaimer: 
To prevent any errors during the process, make sure to update the API key on the extension after changing it on Steam.

For inquiries and feedback, you are welcome to contact us at [email protected].                    

확장 프로그램 기본 정보

이름 GG.Skin Trade Manager GG.Skin Trade Manager
ID niebllmlakghmpbllhpbkigmnhcachej
공식 URL https://chromewebstore.google.com/detail/ggskin-trade-manager/niebllmlakghmpbllhpbkigmnhcachej
설명 The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.
파일 크기 1.88 MB
설치 횟수 825
현재 버전 1.0.12
최근 업데이트 2023-11-02
출시 날짜 2023-03-28
평점 5.00/5 총 2 개의 평점
개발자 https://gg.skin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gg.skin
도움말 페이지 URL https://gg.skin
개인정보 보호 정책 페이지 URL https://gg.skin/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GG.Skin Trade Manager",
    "version": "1.0.12",
    "description": "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.",
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gg.skin\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-16.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/gg.skin\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/gg.skin\/*",
        "*:\/\/steamcommunity.com\/*"
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "notifications",
        "alarms",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ]
}