Tickertape exporter
Export tickertape screener table to a csv file
Tickertape exporter क्या है?
Tickertape exporter anirvan.mandal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export tickertape screener table to a csv file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tickertape exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } ] } |