Tinkoff statistic

добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/

Tinkoff statisticคืออะไร?

Tinkoff statistic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dmitryvasilets และคุณลักษณะหลักของมันคือ "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tinkoff statistic

ดาวน์โหลดไฟล์ส่วนขยาย Tinkoff statistic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        добавляет в тиньке на страницу События сумму всех операций по бумаге 
https://www.tinkoff.ru/invest/stocks/[тикер]/events/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
คำอธิบาย добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
ขนาดไฟล์ 34.33 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-25
วันที่เผยแพร่ 2020-07-25
ผู้พัฒนา dmitryvasilets
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinkoff statistic",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tinkoff.ru\/invest\/stocks\/*\/events\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    }
}