Stocks Tracker

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

Co je Stocks Tracker?

Stocks Tracker je rozšíření Chrome vyvinuté stockstracker.net, a jeho hlavní funkcí je „New & easy way to track Stocks and enjoy new smooth tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Stocks Tracker

Stáhněte si soubory rozšíření Stocks Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Stocks Tracker Stocks Tracker
ID aibmbafdidfpbohikphlgfknmdfcmida
Oficiální URL https://chromewebstore.google.com/detail/stocks-tracker/aibmbafdidfpbohikphlgfknmdfcmida
Popis New & easy way to track Stocks and enjoy new smooth tab.
Velikost souboru 6.87 MB
Počet instalací 68
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-08-24
Datum Vydání 2023-06-15
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář stockstracker.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://stockstracker.net/index.html
URL Stránky Nápovědy https://stockstracker.net/contact.html
URL Stránky Zásad Ochrany Soukromí https://stockstracker.net/privacy.html
Podporované Jazyky 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\/"
    ]
}