GG.Skin Trade Manager
The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.
O que é GG.Skin Trade Manager?
GG.Skin Trade Manager é uma extensão do Chrome desenvolvida por https://gg.skin, e sua principal característica é "The gg.skin browser extension is designed to secure trades on the website and prevent potential issues.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GG.Skin Trade Manager
Baixe arquivos de extensão GG.Skin Trade Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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].
Informações Básicas da Extensão
Nome | GG.Skin Trade Manager |
ID | niebllmlakghmpbllhpbkigmnhcachej |
URL Oficial | https://chromewebstore.google.com/detail/ggskin-trade-manager/niebllmlakghmpbllhpbkigmnhcachej |
Descrição | The gg.skin browser extension is designed to secure trades on the website and prevent potential issues. |
Tamanho do Arquivo | 1.88 MB |
Contagem de Instalações | 825 |
Versão Atual | 1.0.12 |
Última Atualização | 2023-11-02 |
Data de Publicação | 2023-03-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://gg.skin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gg.skin |
URL da Página de Ajuda | https://gg.skin |
URL da Página de Política de Privacidade | https://gg.skin/privacy |
Idiomas Suportados | 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" ] } |