Torn Exchange
For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Torn Exchange là gì?
Torn Exchange là một tiện ích mở rộng Chrome được phát triển bởi https://tornexchange.com, và tính năng chính của nó là "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Torn Exchange
Tải xuống các tệp mở rộng Torn Exchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Torn Exchange |
ID | iggcinpeofcbplffobefiojjgfeoblll |
URL Chính Thức | https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll |
Mô tả | For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates! |
Kích Thước Tệp | 19.28 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2024-01-03 |
Nhà Phát Triển | https://tornexchange.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tornexchange.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |