Tinkoff statistic

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

Hvad er Tinkoff statistic?

Tinkoff statistic er en Chrome-udvidelse udviklet af dmitryvasilets, og dens hovedfunktion er "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Udvidelsesskærmbilleder

screenshot

Download Tinkoff statistic-udvidelses-CRX-fil

Download Tinkoff statistic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
Officiel URL https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Beskrivelse добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Filstørrelse 34.33 KB
Antal Installationer 98
Nuværende Version 1.0
Senest Opdateret 2020-07-25
Udgivelsesdato 2020-07-25
Udvikler dmitryvasilets
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}