WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TradesViz: Sync Trades

TradesViz: Sync Trades

View on Chrome Web Store
View TradesViz: Sync Trades Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Sync your trades from TradingView in a single click!
Type
Extension
Users
1,000 users
2
TradesViz
View author page of TradesViz
Published
Published on September 6, 2022
Version 1.0.9
Manifest version
3
Updated
Updated on July 10, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View TradesViz: Sync Trades Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradesViz: Sync Trades",
    "description": "Sync your trades from TradingView in a single click!",
    "version": "1.0.9",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.tradesviz.com\/*",
        "https:\/\/*.tradingview.com\/*",
        "http:\/\/127.0.0.1:8000\/*"
    ],
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "manifest_version": 3,
    "icons": {
        "64": "images\/ico.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "commands": {
        "save-text-to-map": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Sync your trades from TradingView in a single click!"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top