Tickertape exporter

Export tickertape screener table to a csv file

Apa itu Tickertape exporter?

Tickertape exporter adalah ekstensi Chrome yang dikembangkan oleh anirvan.mandal, dan fitur utamanya adalah "Export tickertape screener table to a csv file".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tickertape exporter

Unduh file ekstensi Tickertape exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tickertape exporter Tickertape exporter
ID heijmlobndihkkpaidbhofckhdbhinma
URL Resmi https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma
Deskripsi Export tickertape screener table to a csv file
Ukuran File 26.51 KB
Jumlah Instalasi 164
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-06-01
Tanggal Publikasi 2023-06-01
Penilaian 2.00/5 Total 1 Penilaian
Pengembang anirvan.mandal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/anirvanmandal/tickertape-exporter
URL Halaman Bantuan https://github.com/anirvanmandal/tickertape-exporter/issues
Bahasa yang Didukung 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"
        }
    ]
}