Stock Analysis Overlay (Simply Wall St)

An AI powered analysis overlay

Τι είναι το Stock Analysis Overlay (Simply Wall St);

Το Stock Analysis Overlay (Simply Wall St) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://simplywall.st, και η κύρια λειτουργία του είναι "An AI powered analysis overlay".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stock Analysis Overlay (Simply Wall St)

Λήψη αρχείων επέκτασης Stock Analysis Overlay (Simply Wall St) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Replace your new tab page with financial stock analysis from the US, UK or AU market and a natural landscape to calm your mind and increase your focus.

This extension (for US, UK and AU primary markets only) also joins the dots between the companies you're reading about (for example) on Bloomberg, and our analysis.

It works by finding and highlighting potential listed companies (from a selected default market) within the news articles you're reading. Then gives you access to our analysis for those companies with one click.

There are 2 ways to trigger the extension:
➤ Visit one of the extension's watched sites (e.g. bloomberg.com, TechCrunch, Forbes, CNBC, plus many more)
➤ Right click the extension's icon in your Chrome toolbar.

By default, it will look to highlight companies from US markets. However, you can update your default market via the extension's options page (left click the extension's icon and select options). You can choose between US, Australian and British markets.

What can you do with Simply Wall St’s Stock Analysis Overlay? 

➤ Keep an eye on the latest stock market news and developments

See how the market performed over the last 7 days, 3 months, and year-to-date with highlights on the strongest sectors driving gains. 

Want to know which individual stocks are moving the market? The market movers tab updates daily to show you the biggest gainers and losers making waves.

Whether you use the extension at home or at work, staying up to date with the market has never been easier. 

➤ Discover new stocks daily

With the stock analysis overlay, you can discover new stocks with just one click. Explore companies from  new markets and sectors across the world or learn more about the competitors of a company you’re invested in. 

Powered by Simply Wall St’s exhaustive analysis on every listed stock worldwide we’ll help you uncover the hidden gems. Find new companies or learn more about the competitors of a company you’re invested in. 

➤ Deep dive into any stock in seconds

Cut through the noise of analysts and articles online with easy to use analysis tools at your fingertips. Simply click on the overlay button to access recent updates, fair value analysis, and future growth charts to get a quick overlook of a company’s prospects. You can even create notes to review later. 

Looking for more information on a particular stock? Just click through the full report on Simply Wall St where we make stock research easier than ever before. 

Privacy Policy:
https://simplywall.st/privacypolicy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stock Analysis Overlay (Simply Wall St) Stock Analysis Overlay (Simply Wall St)
ID fogdlgjnkolhbefbbpghbafdkhcdgdnk
Επίσημο URL https://chromewebstore.google.com/detail/stock-analysis-overlay-si/fogdlgjnkolhbefbbpghbafdkhcdgdnk
Περιγραφή An AI powered analysis overlay
Μέγεθος Αρχείου 81.95 MB
Αριθμός Εγκαταστάσεων 5,449
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2021-07-26
Αξιολόγηση 4.40/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://simplywall.st
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://simplywall.st/about
Διεύθυνση URL της Σελίδας Βοήθειας https://simplywall.st/help
URL της Σελίδας Πολιτικής Απορρήτου https://simplywall.st/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Analysis Overlay (Simply Wall St)",
    "version": "1.2.4",
    "description": "An AI powered analysis overlay",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reuters.com\/*",
                "*:\/\/*.simplywall.st\/news\/*",
                "*:\/\/*.ft.com\/*",
                "*:\/\/*.afr.com\/*",
                "*:\/\/*.techcrunch.com\/*",
                "*:\/\/*.wired.com\/*",
                "*:\/\/*.wsj.com\/*",
                "*:\/\/*.bloomberg.com\/*",
                "*:\/\/*.businessinsider.com\/*",
                "*:\/\/*.businessinsider.com.au\/*",
                "*:\/\/*.barrons.com\/*",
                "*:\/\/*.investchronicle.com\/*",
                "*:\/\/*.dbtnews.com\/*",
                "*:\/\/*.cnn.com\/*",
                "*:\/\/*.forbes.com\/*",
                "*:\/\/*.thestreet.com\/*",
                "*:\/\/*.investorplace.com\/*",
                "*:\/\/*.investorsobserver.com\/*",
                "*:\/\/*.coincodex.com\/*",
                "*:\/\/*.investors.com\/*",
                "*:\/\/*.nasdaq.com\/*",
                "*:\/\/*.seekingalpha.com\/*",
                "*:\/\/*.marketwatch.com\/*",
                "*:\/\/*.newswelcome.com\/*",
                "*:\/\/*.finance.yahoo.com\/*",
                "*:\/\/*.dwinnex.com\/*",
                "*:\/\/*.fool.com\/*",
                "*:\/\/*.fool.com.au\/*",
                "*:\/\/*.newsheater.com\/*",
                "*:\/\/*.seeitmarket.com\/*",
                "*:\/\/*.cnbc.com\/*",
                "*:\/\/*.investopedia.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "128": ".\/images\/icon-128.png"
        },
        "default_title": "Search or create notes",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/images\/icon-128.png"
    }
}