Torn Exchange
For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Wat is Torn Exchange?
Torn Exchange is een Chrome-extensie ontwikkeld door https://tornexchange.com, en de belangrijkste functie is "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".
Extensie Screenshots
Download het CRX-bestand van de extensie Torn Exchange
Download Torn Exchange-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Torn Exchange |
ID | iggcinpeofcbplffobefiojjgfeoblll |
Officiële URL | https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll |
Beschrijving | For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates! |
Bestandsgrootte | 19.28 KB |
Aantal Installaties | 67 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2024-01-03 |
Ontwikkelaar | https://tornexchange.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tornexchange.com |
Ondersteunde Talen | 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" } } |