oost.app
Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram.
What is oost.app?
oost.app is a Chrome extension developed by Касымов Нурлан a.k.a. daager, and its main feature is "Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram.".
Extension Screenshots
Download oost.app Extension CRX File
Download oost.app 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
Расширение работает в паре с приложение 2358. Служит для подстановки тикера из уведомления в терминал. Также есть индикаторы установки соединения и правильно настроенной группы виджетов.
Extension Basic Information
Name | oost.app |
ID | jlfhcljehimciheffdiadlobbebkdnil |
Official URL | https://chromewebstore.google.com/detail/oostapp/jlfhcljehimciheffdiadlobbebkdnil |
Description | Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram. |
File Size | 115 KB |
Installation Count | 382 |
Current Version | 0.3.15 |
Last Updated | 2023-11-07 |
Publish Date | 2021-06-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Касымов Нурлан a.k.a. daager |
[email protected] | |
Payment Type | free |
Extension Website | https://oost.app |
Help Page URL | https://t.me/oost_app |
Privacy Policy Page URL | http://tinvest.daager.ru/policy.txt |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "oost.app", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0431\u0443\u043c\u0430\u0433 \u043f\u0440\u0438 \u043a\u043b\u0438\u043a\u0435 \u043f\u043e \u043a\u043d\u043e\u043f\u043a\u0435 \u0438\u0437 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0432 telegram.", "version": "0.3.15", "permissions": [ "storage", "declarativeContent", "https:\/\/*.tinkoff.ru\/*" ], "homepage_url": "https:\/\/github.com\/oostap\/2358\/wiki\/%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%86%D0%B8%D1%8F-%D0%BA-%D1%80%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D1%8E", "background": { "scripts": [ "js\/bg.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.tinkoff.ru\/*" ] }, "web_accessible_resources": [ "icons\/64.png", "js\/io.js", "js\/index.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.tinkoff.ru\/*" ], "js": [ "js\/io.js", "js\/inject.js" ] } ], "icons": { "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "page_action": { "default_icon": { "64": "icons\/64.png" }, "default_popup": "popup.html", "default_title": "The 2358" } } |