Tickertape exporter
Export tickertape screener table to a csv file
What is Tickertape exporter?
Tickertape exporter is a Chrome extension developed by anirvan.mandal, and its main feature is "Export tickertape screener table to a csv file".
Extension Screenshots
Download Tickertape exporter Extension CRX File
Download Tickertape exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tickertape exporter |
ID | heijmlobndihkkpaidbhofckhdbhinma |
Official URL | https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma |
Description | Export tickertape screener table to a csv file |
File Size | 26.51 KB |
Installation Count | 164 |
Current Version | 1.1.0 |
Last Updated | 2023-06-01 |
Publish Date | 2023-06-01 |
Rating | 2.00/5 Total 1 Ratings |
Developer | anirvan.mandal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/anirvanmandal/tickertape-exporter |
Help Page URL | https://github.com/anirvanmandal/tickertape-exporter/issues |
Supported Languages | 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" } ] } |