Stock Inspector - Discover Companies & ETFs

Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis.

Stock Inspector - Discover Companies & ETFs क्या है?

Stock Inspector - Discover Companies & ETFs https://shan.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you shop at a store so much and wonder if you can buy its stock? Do you want to keep an eye on your favorite stocks with just a click away?

Stock Inspector shows you stocks and EFTs related to the website you visit. You can quickly see how a stock is growing, get info and tips on the company, and more:

🔍 Discover hidden stocks
• Stock Inspector knows about popular products owned by public companies, like YouTube and Alphabet (GOOG)
• Subsidiaries show up too, like Blue Bottle Coffee and Nestlé (NSRGY)
• Search the app to find an exact ticker

📚 Learn more with 1-click
• Click to see the latest price and company stats
• Learn more about public companies from Yahoo Finance, Google Finance, Twitter tweets and Morningstar
• Learn more about private companies from Crunchbase, Pitchbook and LinkedIn

👩‍🎓 Use it where you work
• Browse the web as you normally do. If you see the latest price change on the icon, it means that there’s a stock related to the website you’re on.
• Add what you find to your watchlist and keep an eye on your portfolio
• Trade commission-free with your favorite brokers like Robinhood

💡 Tips & tricks
• Pin the extension to your browser toolbar so it can show you what it found.
• Ctrl / Cmd + Shift + S pops open the Stock Inspector. You can customize this keyboard shortcut too!                    

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

नाम Stock Inspector - Discover Companies & ETFs Stock Inspector - Discover Companies & ETFs
ID bjbgncfjoplpeldfafkkdpmdpkhkmadb
आधिकारिक URL https://chromewebstore.google.com/detail/stock-inspector-discover/bjbgncfjoplpeldfafkkdpmdpkhkmadb
विवरण Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis.
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 669
वर्तमान संस्करण 3.0.4
अंतिम अपडेट 2021-03-15
प्रकाशन तिथि 2020-07-27
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://shan.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://finance.shan.io/stock-inspector-discover-new-companies-etfs
सहायता पृष्ठ URL https://twitter.com/rayshan
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Inspector - Discover Companies & ETFs",
    "author": "Ray Shan",
    "homepage_url": "https:\/\/finance.shan.io",
    "version": "3.0.4",
    "manifest_version": 2,
    "description": "Discover stocks & ETFs while you browse. Watch latest ticker prices, understand company finances, zoom through portfolio analysis.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "[email protected]",
        "32": "[email protected]",
        "48": "[email protected]",
        "96": "[email protected]",
        "128": "[email protected]",
        "256": "[email protected]",
        "512": "[email protected]"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html#\/discovery",
        "default_title": "Stock Inspector",
        "default_icon": "[email protected]"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}