Tickertape exporter

Export tickertape screener table to a csv file

Τι είναι το Tickertape exporter;

Το Tickertape exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anirvan.mandal, και η κύρια λειτουργία του είναι "Export tickertape screener table to a csv file".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tickertape exporter

Λήψη αρχείων επέκτασης Tickertape exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tickertape exporter Tickertape exporter
ID heijmlobndihkkpaidbhofckhdbhinma
Επίσημο URL https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma
Περιγραφή Export tickertape screener table to a csv file
Μέγεθος Αρχείου 26.51 KB
Αριθμός Εγκαταστάσεων 164
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-06-01
Ημερομηνία Δημοσίευσης 2023-06-01
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής anirvan.mandal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/anirvanmandal/tickertape-exporter
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/anirvanmandal/tickertape-exporter/issues
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}