Tinkoff statistic
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Vad är Tinkoff statistic?
Tinkoff statistic är en Chrome-tillägg utvecklad av dmitryvasilets, och dess huvudfunktion är "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".
Tilläggsskärmbilder
Ladda ner Tinkoff statistic-förlängningens CRX-fil
Ladda ner Tinkoff statistic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
добавляет в тиньке на страницу События сумму всех операций по бумаге
https://www.tinkoff.ru/invest/stocks/[тикер]/events/ Grundläggande Information om Tillägg
| Namn | |
| ID | epjbfndalmbnegpfpncakhfodogloheo |
| Officiell webbadress | https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo |
| Beskrivning | добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/ |
| Filstorlek | 34.33 KB |
| Antal Installationer | 98 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-07-25 |
| Publiceringsdatum | 2020-07-25 |
| Utvecklare | dmitryvasilets |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |