Stocks Tracker

New & easy way to track Stocks and enjoy new smooth tab.

Co to jest Stocks Tracker?

Stocks Tracker to rozszerzenie Chrome opracowane przez stockstracker.net, a jego główną funkcją jest „New & easy way to track Stocks and enjoy new smooth tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Stocks Tracker

Pobierz pliki rozszerzeń Stocks Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        By clicking "Add to Chrome", You accept and agree to installing the Stocks Tracker Chrome Extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing.

Stocks Tracker is a Chrome plugin that turns your surfing experience into a thrilling and aesthetically appealing trip by overriding new tab!

Stocks Tracker is more than just a pretty face; it's about keeping you informed and empowered in the world of stocks and investments. Stay on top of market movements with our comprehensive stock tracking feature, which provides real-time updates on the most important stocks as well as the ones you choose to monitor.

Stocks Tracker provides you with extensive and thorough statistics across certain time periods, allowing you to delve further into the stocks you're interested in. With elegantly designed graphs and charts, you can simply examine stock performance, discover trends, and make informed decisions about your investments.

We recognize the importance of convenience, which is why Stocks Tracker includes a search box right in the middle of your screen. You may now easily search for stocks, financial news, or any other information you require without leaving your current browsing experience. Everything you require is only a few keystrokes away! 🔍⌨️

Contact us by:

- Company e-mail: [email protected]
- Mail: 16192 Coastal Highway, Lewes, Delaware, 19958, United States                    

Podstawowe informacje o rozszerzeniu

Nazwa Stocks Tracker Stocks Tracker
ID aibmbafdidfpbohikphlgfknmdfcmida
Oficjalny URL https://chromewebstore.google.com/detail/stocks-tracker/aibmbafdidfpbohikphlgfknmdfcmida
Opis New & easy way to track Stocks and enjoy new smooth tab.
Rozmiar pliku 6.87 MB
Liczba instalacji 68
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-08-24
Data Publikacji 2023-06-15
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper stockstracker.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://stockstracker.net/index.html
Adres URL Strony Pomocy https://stockstracker.net/contact.html
Adres URL Strony Polityki Prywatności https://stockstracker.net/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stocks Tracker",
    "short_name": "Stocks Tracker",
    "description": "New & easy way to track Stocks and enjoy new smooth tab.",
    "manifest_version": 3,
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "icons": {
        "16": "images\/manifest-icons\/16.png",
        "32": "images\/manifest-icons\/32.png",
        "64": "images\/manifest-icons\/64.png",
        "128": "images\/manifest-icons\/128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "host_permissions": [
        "*:\/\/stockstracker.net\/*",
        "https:\/\/query1.finance.yahoo.com\/",
        "https:\/\/api.polygon.io\/"
    ]
}