Tinkoff statistic

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

O que é Tinkoff statistic?

Tinkoff statistic é uma extensão do Chrome desenvolvida por dmitryvasilets, e sua principal característica é "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tinkoff statistic

Baixe arquivos de extensão Tinkoff statistic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
URL Oficial https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Descrição добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Tamanho do Arquivo 34.33 KB
Contagem de Instalações 98
Versão Atual 1.0
Última Atualização 2020-07-25
Data de Publicação 2020-07-25
Desenvolvedor dmitryvasilets
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}