Tinkoff statistic

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

Wat is Tinkoff statistic?

Tinkoff statistic is een Chrome-extensie ontwikkeld door dmitryvasilets, en de belangrijkste functie is "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tinkoff statistic

Download Tinkoff statistic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
Officiële URL https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Beschrijving добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Bestandsgrootte 34.33 KB
Aantal Installaties 98
Huidige Versie 1.0
Laatst Bijgewerkt 2020-07-25
Publicatiedatum 2020-07-25
Ontwikkelaar dmitryvasilets
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}