Torn Exchange
For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Was ist Torn Exchange?
Torn Exchange ist eine Chrome-Erweiterung, die von https://tornexchange.com entwickelt wurde, und ihr Hauptmerkmal ist "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".
Erweiterungsscreenshots
Torn Exchange-Erweiterungs-CRX-Datei herunterladen
Laden Sie Torn Exchange-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iggcinpeofcbplffobefiojjgfeoblll |
| Offizielle URL | https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll |
| Beschreibung | For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates! |
| Dateigröße | 19.28 KB |
| Installationsanzahl | 67 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2024-02-26 |
| Veröffentlichungsdatum | 2024-01-03 |
| Entwickler | https://tornexchange.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://tornexchange.com |
| Unterstützte Sprachen | 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"
}
} | |