Tinkoff statistic

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

¿Qué es Tinkoff statistic?

Tinkoff statistic es una extensión de Chrome desarrollada por dmitryvasilets, y su función principal es "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tinkoff statistic

Descarga archivos de extensión Tinkoff statistic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Tinkoff statistic Tinkoff statistic
ID epjbfndalmbnegpfpncakhfodogloheo
URL Oficial https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo
Descripción добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Tamaño del Archivo 34.33 KB
Cantidad de Instalaciones 98
Versión Actual 1.0
Última Actualización 2020-07-25
Fecha de Publicación 2020-07-25
Desarrollador dmitryvasilets
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}