Tinkoff statistic

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

Co to jest Tinkoff statistic?

Tinkoff statistic to rozszerzenie Chrome opracowane przez dmitryvasilets, a jego główną funkcją jest „добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tinkoff statistic

Pobierz pliki rozszerzeń Tinkoff statistic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
Oficjalny URL https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Opis добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Rozmiar pliku 34.33 KB
Liczba instalacji 98
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-25
Data Publikacji 2020-07-25
Deweloper dmitryvasilets
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}