Tinkoff statistic
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
Tinkoff statisticとは何ですか?
Tinkoff statisticはdmitryvasiletsによって開発されたChromeの拡張機能で、その主な機能は「добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/」です。
拡張機能のスクリーンショット
Tinkoff statistic拡張機能のCRXファイルをダウンロード
Tinkoff statistic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/
拡張機能の基本情報
名前 | Tinkoff statistic |
ID | epjbfndalmbnegpfpncakhfodogloheo |
公式URL | https://chromewebstore.google.com/detail/tinkoff-statistic/epjbfndalmbnegpfpncakhfodogloheo |
説明 | добавляет в тиньке на страницу События сумму всех операций по бумаге https://www.tinkoff.ru/invest/stocks/[тикер]/events/ |
ファイルサイズ | 34.33 KB |
インストール数 | 98 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-25 |
公開日 | 2020-07-25 |
開発者 | dmitryvasilets |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |