TradingNotes

Attach floating notes to your TradingView's stock lists

TradingNotes क्या है?

TradingNotes XYZET द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attach floating notes to your TradingView's stock lists"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradingNotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        View your stocks comments, at a glance, with colorful floating notes inside your TradingView platform.

Features:
- Show stock stats on ticker hover: Daily update of stocks statistics, like "Market cap" and "Shares float".
- 3 Notes colors to choose from.
- Wide note option.
- Trim long text option.
- Make use of TradingView's native notes system.
- Easy tick to enable or disable the feature.
- Show stock stats: Daily update of stocks statistics, like "Market cap" and "Shares float".

How to use ?
- Install the plugin.
- For the first time after install, refresh the TradingView web page.
- Mouse over the stock ticker to show your notes.
- For more information visit: https://www.xyzet.me/tradingnotes

* "Show stock stats" feature, automatically fetches the stock's statistics from available information found on the web. This information is unverified and you should always verify it yourself before making any trade decision. 

* TradingView is a leading charting platform and social network that is used by traders and investors to analyze the stock markets and other financial assets.                    

एक्सटेंशन की मूल जानकारी

नाम TradingNotes TradingNotes
ID dnjklknajgggmmbhhkaeogobiibkjmgk
आधिकारिक URL https://chromewebstore.google.com/detail/tradingnotes/dnjklknajgggmmbhhkaeogobiibkjmgk
विवरण Attach floating notes to your TradingView's stock lists
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 149
वर्तमान संस्करण 3.6
अंतिम अपडेट 2023-11-11
प्रकाशन तिथि 2022-01-15
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर XYZET
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.xyzet.me/tradingnotes
सहायता पृष्ठ URL https://www.xyzet.me/tradingnotes
गोपनीयता नीति पृष्ठ URL https://www.xyzet.me/tradingnotes
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradingNotes",
    "description": "Attach floating notes to your TradingView's stock lists",
    "version": "3.6",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.tradingview\/*",
        "https:\/\/finviz.com\/*",
        "https:\/\/elite.finviz.com\/*",
        "https:\/\/finance.yahoo.com\/*",
        "https:\/\/guce.yahoo.com\/*",
        "https:\/\/*.yahoo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradingview.com\/*",
                "https:\/\/tradingview.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon48.png",
                "icon128.png"
            ],
            "matches": [
                "https:\/\/www.tradingview\/*",
                "https:\/\/tradingview.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "TradingNotes",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}