Tinkoff statistic

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

Apa itu Tinkoff statistic?

Tinkoff statistic adalah ekstensi Chrome yang dikembangkan oleh dmitryvasilets, dan fitur utamanya adalah "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tinkoff statistic

Unduh file ekstensi Tinkoff statistic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
URL Resmi https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Deskripsi добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Ukuran File 34.33 KB
Jumlah Instalasi 98
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-07-25
Tanggal Publikasi 2020-07-25
Pengembang dmitryvasilets
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}