Tickertape exporter

Export tickertape screener table to a csv file

Co je Tickertape exporter?

Tickertape exporter je rozšíření Chrome vyvinuté anirvan.mandal, a jeho hlavní funkcí je „Export tickertape screener table to a csv file“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tickertape exporter

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

                        Allows users to download the Tickertape Screener table data to a CSV file. Helps in analysing the different stocks, mutual funds available in the market.


Note: Paid screener users will not be able to use this version 1.0 of the plugin as it will overwrite the export button functionality                    

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

Název Tickertape exporter Tickertape exporter
ID heijmlobndihkkpaidbhofckhdbhinma
Oficiální URL https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma
Popis Export tickertape screener table to a csv file
Velikost souboru 26.51 KB
Počet instalací 164
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-06-01
Datum Vydání 2023-06-01
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář anirvan.mandal
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/anirvanmandal/tickertape-exporter
URL Stránky Nápovědy https://github.com/anirvanmandal/tickertape-exporter/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tickertape exporter",
    "description": "Export tickertape screener table to a csv file",
    "version": "1.1.0",
    "icons": {
        "16": "\/src\/images\/logo_16.png",
        "32": "\/src\/images\/logo_32.png",
        "48": "\/src\/images\/logo_48.png",
        "128": "\/src\/images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tickertape.in\/screener\/*"
            ],
            "css": [],
            "js": [
                "\/src\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}