Tweevest

Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…

Co je Tweevest?

Tweevest je rozšíření Chrome vyvinuté https://tweevest.com, a jeho hlavní funkcí je „Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Tweevest

Stáhněte si soubory rozšíření Tweevest 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í

                        Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth, institutional ownership, and much more.                    

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

Název Tweevest Tweevest
ID maapkilhdplclnmcfbffnipkjjdmfgcj
Oficiální URL https://chromewebstore.google.com/detail/tweevest/maapkilhdplclnmcfbffnipkjjdmfgcj
Popis Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…
Velikost souboru 1.41 MB
Počet instalací 427
Aktuální Verze 1.1.2
Poslední Aktualizace 2024-02-19
Datum Vydání 2023-09-30
Vývojář https://tweevest.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://tweevest.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweevest",
    "version": "1.1.2",
    "options_page": "index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Tweevest"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "oauth2": {
        "client_id": "maapkilhdplclnmcfbffnipkjjdmfgcj",
        "scopes": [
            ""
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/tweevest.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/staging.tweevest.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "css": [
                "assets\/index2.css",
                "assets\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/media\/*",
                "src\/assets\/*",
                "public\/*",
                "fonts\/*",
                "src\/assets\/fonts\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "resources": [
                "assets\/placeholder-symbol.svg",
                "assets\/GilmerBold.ttf",
                "assets\/GilmerRegular.ttf",
                "assets\/GilmerHeavy.ttf",
                "assets\/GilmerMedium.ttf",
                "assets\/emoji.png",
                "assets\/cash.png",
                "assets\/exclamation.svg",
                "assets\/arrow-circle-right.svg",
                "assets\/twitter.svg",
                "assets\/bookmark_solid.svg",
                "assets\/bookmark.svg",
                "assets\/info-circle.svg",
                "assets\/moon.svg",
                "assets\/arrow-right-up.svg",
                "assets\/arrow-left-down.svg",
                "assets\/favorite-chart.svg",
                "assets\/chart.svg",
                "assets\/status-upp.svg",
                "assets\/import.svg",
                "assets\/arrow-up.svg",
                "assets\/arrow-down.svg",
                "assets\/sort-up.svg",
                "assets\/sort-down.svg",
                "assets\/index-da84b9a7.js",
                "assets\/index-86dfe623.js",
                "assets\/index.tsx-1e2d5ee9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}