Tickertape exporter
Export tickertape screener table to a csv file
Wat is Tickertape exporter?
Tickertape exporter is een Chrome-extensie ontwikkeld door anirvan.mandal, en de belangrijkste functie is "Export tickertape screener table to a csv file".
Extensie Screenshots
Download het CRX-bestand van de extensie Tickertape exporter
Download Tickertape exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tickertape exporter |
ID | heijmlobndihkkpaidbhofckhdbhinma |
Officiële URL | https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma |
Beschrijving | Export tickertape screener table to a csv file |
Bestandsgrootte | 26.51 KB |
Aantal Installaties | 164 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-06-01 |
Publicatiedatum | 2023-06-01 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | anirvan.mandal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/anirvanmandal/tickertape-exporter |
Help Pagina-URL | https://github.com/anirvanmandal/tickertape-exporter/issues |
Ondersteunde Talen | 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" } ] } |