Torn Exchange

For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!

¿Qué es Torn Exchange?

Torn Exchange es una extensión de Chrome desarrollada por https://tornexchange.com, y su función principal es "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Torn Exchange

Descarga archivos de extensión Torn Exchange en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Torn Exchange Torn Exchange
ID iggcinpeofcbplffobefiojjgfeoblll
URL Oficial https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll
Descripción For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Tamaño del Archivo 19.28 KB
Cantidad de Instalaciones 67
Versión Actual 2.2
Última Actualización 2024-02-26
Fecha de Publicación 2024-01-03
Desarrollador https://tornexchange.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tornexchange.com
Idiomas Soportados 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"
    }
}