TradingView Parameters
Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.
TradingView Parameters क्या है?
TradingView Parameters https://thebettertraders.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TradingView Parameters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |