Tinkoff statistic
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
What is Tinkoff statistic?
Tinkoff statistic is a Chrome extension developed by dmitryvasilets, and its main feature is "добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/".
Extension Screenshots
Download Tinkoff statistic Extension CRX File
Download Tinkoff statistic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Extension Basic Information
Name | Tinkoff statistic |
ID | epjbfndalmbnegpfpncakhfodogloheo |
Official URL | https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo |
Description | добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/ |
File Size | 34.33 KB |
Installation Count | 98 |
Current Version | 1.0 |
Last Updated | 2020-07-25 |
Publish Date | 2020-07-25 |
Developer | dmitryvasilets |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |