Torn Exchange

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

Τι είναι το Torn Exchange;

Το Torn Exchange είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tornexchange.com, και η κύρια λειτουργία του είναι "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Torn Exchange

Λήψη αρχείων επέκτασης Torn Exchange σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Torn Exchange Torn Exchange
ID iggcinpeofcbplffobefiojjgfeoblll
Επίσημο URL https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll
Περιγραφή For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Μέγεθος Αρχείου 19.28 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2024-01-03
Προγραμματιστής https://tornexchange.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tornexchange.com
Υποστηριζόμενες Γλώσσες 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"
    }
}