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"
        }
    ]
}