Tinkoff statistic
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Cos'è Tinkoff statistic?
Tinkoff statistic è un'estensione di Chrome sviluppata da dmitryvasilets, e la sua funzione principale è "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tinkoff statistic
Scarica i file di estensione Tinkoff statistic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
добавляет в тиньке на страницу События сумму всех операций по бумаге
https://www.tinkoff.ru/invest/stocks/[тикер]/events/ Informazioni di Base sull'Estensione
| Nome | |
| ID | epjbfndalmbnegpfpncakhfodogloheo |
| URL Ufficiale | https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo |
| Descrizione | добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/ |
| Dimensione del File | 34.33 KB |
| Conteggio Installazioni | 98 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-07-25 |
| Data di Pubblicazione | 2020-07-25 |
| Sviluppatore | dmitryvasilets |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |