GG.Skin Trade Manager
The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.
Qu'est-ce que GG.Skin Trade Manager ?
GG.Skin Trade Manager est une extension Chrome développée par https://gg.skin, et sa fonction principale est "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GG.Skin Trade Manager
Téléchargez les fichiers d'extension GG.Skin Trade Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | GG.Skin Trade Manager |
ID | niebllmlakghmpbllhpbkigmnhcachej |
URL Officiel | https://chromewebstore.google.com/detail/ggskin-trade-manager/niebllmlakghmpbllhpbkigmnhcachej |
Description | The gg.skin browser extension is designed to secure trades on the website and prevent potential issues. |
Taille du Fichier | 1.88 MB |
Nombre d'Installations | 825 |
Version Actuelle | 1.0.12 |
Dernière Mise à Jour | 2023-11-02 |
Date de Publication | 2023-03-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://gg.skin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gg.skin |
URL de la Page d'Aide | https://gg.skin |
URL de la Page de Politique de Confidentialité | https://gg.skin/privacy |
Langues Prises en Charge | 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" ] } |