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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Torn Exchange
قم بتنزيل ملفات الامتداد Torn Exchange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |