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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GG.Skin Trade Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |