oost.app
Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram.
Qu'est-ce que oost.app ?
oost.app est une extension Chrome développée par Касымов Нурлан a.k.a. daager, et sa fonction principale est "Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension oost.app
Téléchargez les fichiers d'extension oost.app au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Расширение работает в паре с приложение 2358. Служит для подстановки тикера из уведомления в терминал. Также есть индикаторы установки соединения и правильно настроенной группы виджетов.
Informations de Base sur l'Extension
Nom | oost.app |
ID | jlfhcljehimciheffdiadlobbebkdnil |
URL Officiel | https://chromewebstore.google.com/detail/oostapp/jlfhcljehimciheffdiadlobbebkdnil |
Description | Расширение для автоподстановки бумаг при клике по кнопке из уведомления в telegram. |
Taille du Fichier | 115 KB |
Nombre d'Installations | 382 |
Version Actuelle | 0.3.15 |
Dernière Mise à Jour | 2023-11-07 |
Date de Publication | 2021-06-25 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Касымов Нурлан a.k.a. daager |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://oost.app |
URL de la Page d'Aide | https://t.me/oost_app |
URL de la Page de Politique de Confidentialité | http://tinvest.daager.ru/policy.txt |
Langues Prises en Charge | 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" } } |