Stock Connector

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

Vad är Stock Connector?

Stock Connector är en Chrome-tillägg utvecklad av nanuqcz, och dess huvudfunktion är "With Stock Connector you can see information about stock from various sources.".

Tilläggsskärmbilder

screenshot

Ladda ner Stock Connector-förlängningens CRX-fil

Ladda ner Stock Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Stock Connector Stock Connector
ID hogopcbaclibghihbbieemnboeogopnk
Officiell webbadress https://chromewebstore.google.com/detail/stock-connector/hogopcbaclibghihbbieemnboeogopnk
Beskrivning With Stock Connector you can see information about stock from various sources.
Filstorlek 119 KB
Antal Installationer 258
Aktuell Version 0.4.0
Senast Uppdaterad 2022-01-04
Publiceringsdatum 2020-05-30
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare nanuqcz
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}