Torn Exchange
For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Qu'est-ce que Torn Exchange ?
Torn Exchange est une extension Chrome développée par https://tornexchange.com, et sa fonction principale est "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Torn Exchange
Téléchargez les fichiers d'extension Torn Exchange 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
When on the trade screen, simply click the extension icon to produce a receipt for the customer and learn the total amount of money needed to put in the trade. Receipt template and money can be copied to Clipboard.
Informations de Base sur l'Extension
Nom | Torn Exchange |
ID | iggcinpeofcbplffobefiojjgfeoblll |
URL Officiel | https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll |
Description | For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates! |
Taille du Fichier | 19.28 KB |
Nombre d'Installations | 67 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2024-01-03 |
Développeur | https://tornexchange.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tornexchange.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Torn Exchange", "version": "2.2", "description": "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!", "offline_enabled": true, "background": { "service_worker": "background.js" }, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.torn.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "host_permissions": [ "*:\/\/*.torn.com\/*", "https:\/\/www.tornexchange.com\/*" ], "action": { "default_icon": "images\/icon.png", "default_title": "Torn Exchange", "default_popup": "popup.html" } } |