TradingView Parameters
Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.
TradingView Parametersคืออะไร?
TradingView Parameters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebettertraders.com และคุณลักษณะหลักของมันคือ "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TradingView Parameters
ดาวน์โหลดไฟล์ส่วนขยาย TradingView Parameters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The TradingView Parameter Manager is a Google Chrome extension that allows you to download and upload parameters for TradingView indicators and strategies. This extension helps you save time and improves your workflow by enabling a quick and easy way to manage your parameters. Features * Backup and Restore: Download parameters to back them up, and easily restore them later. * Share Parameters: Share parameters with others by downloading and sending them. * Batch Update: Update multiple indicators or strategies by uploading parameters in batch. * Workflow Efficiency: Streamlines your parameter management workflow, saving you time and effort. Updates October 5th, 2023: added pop-up links to thebettertraders.com and youtube.com/mooninpapa
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TradingView Parameters |
ID | dhnjdpjphkaiiloeblgledegndchajpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tradingview-parameters/dhnjdpjphkaiiloeblgledegndchajpp |
คำอธิบาย | Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters. |
ขนาดไฟล์ | 413 KB |
จำนวนการติดตั้ง | 169 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2023-09-18 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://thebettertraders.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.thebettertraders.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.thebettertraders.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "The Better Traders", "description": "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.", "name": "TradingView Parameters", "version": "1.1", "icons": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/chart\/*" ], "js": [ "content_scripts\/chartElements.js", "content_scripts\/selector.js", "content_scripts\/page.js", "content_scripts\/ui.js", "content_scripts\/tv.js", "content_scripts\/file.js", "content_scripts\/action.js", "content_scripts\/controller.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs" ], "action": { "default_icon": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "default_title": "The Better Traders" }, "web_accessible_resources": [ { "resources": [ "page-context.js", "fonts\/fa-solid-900.woff2", "lib\/plotly.min.js" ], "matches": [ " |