Tickertape exporter

Export tickertape screener table to a csv file

Qu'est-ce que Tickertape exporter ?

Tickertape exporter est une extension Chrome développée par anirvan.mandal, et sa fonction principale est "Export tickertape screener table to a csv file".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tickertape exporter

Téléchargez les fichiers d'extension Tickertape exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tickertape exporter Tickertape exporter
ID heijmlobndihkkpaidbhofckhdbhinma
URL Officiel https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma
Description Export tickertape screener table to a csv file
Taille du Fichier 26.51 KB
Nombre d'Installations 164
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-06-01
Date de Publication 2023-06-01
Évaluation 2.00/5 Total 1 Évaluations
Développeur anirvan.mandal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/anirvanmandal/tickertape-exporter
URL de la Page d'Aide https://github.com/anirvanmandal/tickertape-exporter/issues
Langues Prises en Charge 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"
        }
    ]
}