Stock Connector

With Stock Connector you can see information about stock from various sources.

What is Stock Connector?

Stock Connector is a Chrome extension developed by nanuqcz, and its main feature is "With Stock Connector you can see information about stock from various sources.".

Extension Screenshots

screenshot

Download Stock Connector Extension CRX File

Download Stock Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Imagine you are analyzing a stock company at finance.yahoo.com. And you want to know history of the company's debt. With this extension, you can just click on "Debt history" button and new web page with required information will open.  

Stock Connector let's you easily connect information about stock from various portals together, like company debt, performance, payout ratio, financial statements and so on. 

Stock Connector works on any of these portals: 
- Yahoo Finance (finance.yahoo.com), 
- Seeking Alpha (seekingalpha.com), 
- Finviz (finviz.com), 
- MacroTrends (macrotrends.net), 
- GuruFocus (gurufocus.com), 
- and more...

This extension is completely free and opensource (https://gitlab.com/nanuqcz/stock-connector).                    

Extension Basic Information

Name Stock Connector Stock Connector
ID hogopcbaclibghihbbieemnboeogopnk
Official URL https://chromewebstore.google.com/detail/stock-connector/hogopcbaclibghihbbieemnboeogopnk
Description With Stock Connector you can see information about stock from various sources.
File Size 119 KB
Installation Count 258
Current Version 0.4.0
Last Updated 2022-01-04
Publish Date 2020-05-30
Rating 4.50/5 Total 2 Ratings
Developer nanuqcz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Connector",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "With Stock Connector you can see information about stock from various sources.",
    "icons": {
        "16": "icons\/stock16.png",
        "48": "icons\/stock48.png",
        "128": "icons\/stock128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/stock19.png",
        "default_title": "Stock Connector",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/finance.yahoo.com\/quote\/*",
        "https:\/\/www.macrotrends.net\/stocks\/charts\/*",
        "https:\/\/seekingalpha.com\/symbol\/*",
        "https:\/\/www.morningstar.com\/stocks\/*",
        "https:\/\/finviz.com\/quote.ashx",
        "https:\/\/www.nasdaq.com\/market-activity\/stocks\/*",
        "https:\/\/www.digrin.com\/stocks\/detail\/*",
        "https:\/\/www.gurufocus.com\/stock\/*",
        "https:\/\/www.tipranks.com\/stocks\/*"
    ]
}