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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tickertape exporter
قم بتنزيل ملفات الامتداد Tickertape exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } ] } |