Tinkoff statistic

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

Was ist Tinkoff statistic?

Tinkoff statistic ist eine Chrome-Erweiterung, die von dmitryvasilets entwickelt wurde, und ihr Hauptmerkmal ist "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Erweiterungsscreenshots

screenshot

Tinkoff statistic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tinkoff statistic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
Offizielle URL https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Beschreibung добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Dateigröße 34.33 KB
Installationsanzahl 98
Aktuelle Version 1.0
Letztes Update 2020-07-25
Veröffentlichungsdatum 2020-07-25
Entwickler dmitryvasilets
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}