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 là gì?
GG.Skin Trade Manager là một tiện ích mở rộng Chrome được phát triển bởi https://gg.skin, và tính năng chính của nó là "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GG.Skin Trade Manager
Tải xuống các tệp mở rộng GG.Skin Trade Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GG.Skin Trade Manager |
ID | niebllmlakghmpbllhpbkigmnhcachej |
URL Chính Thức | https://chromewebstore.google.com/detail/ggskin-trade-manager/niebllmlakghmpbllhpbkigmnhcachej |
Mô tả | The gg.skin browser extension is designed to secure trades on the website and prevent potential issues. |
Kích Thước Tệp | 1.88 MB |
Số Lần Cài Đặt | 825 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2023-11-02 |
Ngày Phát Hành | 2023-03-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://gg.skin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gg.skin |
URL Trang Trợ Giúp | https://gg.skin |
URL Trang Chính Sách Bảo Mật | https://gg.skin/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |