InvestFellow - Real Time Stock Tracker

The best way to get real time stock market information about your favorite stocks. InvestFellow extension adds a customizable…

Τι είναι το InvestFellow - Real Time Stock Tracker;

Το InvestFellow - Real Time Stock Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tastola.com, και η κύρια λειτουργία του είναι "The best way to get real time stock market information about your favorite stocks. InvestFellow extension adds a customizable…".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης InvestFellow - Real Time Stock Tracker

Λήψη αρχείων επέκτασης InvestFellow - Real Time Stock Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The best way to get real time stock market information about your favorite stocks.
InvestFellow extension adds a customizable toolbar below your address bar which shows you real time data for each stock’s price, today’s price change, and today’s price change percentage.

So basically you will have the freedom of surfing the web / do your work, and still get real time information of the stocks you would like to track.

Invest Fellow Finance Toolbar is very lightweight and easy to use, it is an add-on that will help you get a quick peek of your favorite stocks / tickers. The data updates automatically. If you want to know more details about that stock, you can click on the name. It then opens a new page with a detailed information and a stock graph. You can add all stock you want from NASDAQ, NYSE, AMEX.. and all stock exchanges across the US.

Click the extension icon on the toolbar and choose the stocks you want to track, also customize the toolbar as much as you want if needed.

A few great features:

★ Real time stock information

★ Winners / gainers preview. An optional toolbar dedicated to show you the highest gainer stocks of the day.

★ Option to add and remove your favorite stocks. Easy to use.

★ Information about the BID price of the stock on hover.

★ Information about the last trade done on the stock on hover.

★ Customization options to make the toolbar static / dynamic, and to make it at the top or the bottom of the page.

We’re constantly working on updates and improvements to make your InvestFellow experience even better. If you have questions or feedback, we would love to hear from you at [email protected].                    

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

Όνομα InvestFellow - Real Time Stock Tracker InvestFellow - Real Time Stock Tracker
ID cihiajappnfnilbfhglonfcjhmeliilh
Επίσημο URL https://chromewebstore.google.com/detail/investfellow-real-time-st/cihiajappnfnilbfhglonfcjhmeliilh
Περιγραφή The best way to get real time stock market information about your favorite stocks. InvestFellow extension adds a customizable…
Μέγεθος Αρχείου 808 KB
Αριθμός Εγκαταστάσεων 346
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-01-20
Ημερομηνία Δημοσίευσης 2022-11-15
Αξιολόγηση 5.00/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής https://tastola.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tastola.com/investfellow
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InvestFellow - Real Time Stock Tracker",
    "version": "1.0.1",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html#popup",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.9266ff2f.f8c69f9f.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "media": []
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/world.627bde27.svg",
                "assets\/getMediaUrl.0ad77613.js",
                "assets\/main.tsx.9266ff2f.js"
            ],
            "use_dynamic_url": true
        }
    ]
}