VA Task Manager
Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats
Co to jest VA Task Manager?
VA Task Manager to rozszerzenie Chrome opracowane przez chrome-web-store-developer, a jego główną funkcją jest „Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VA Task Manager
Pobierz pliki rozszerzeń VA Task Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
VA Task Manager for Telegram is a powerful Chrome extension that seamlessly integrates with the Telegram web platform, allowing users to easily convert messages into tasks. Stay organized and boost productivity by transforming your Telegram chats into a task management system. Never lose track of important messages and to-dos again!
Podstawowe informacje o rozszerzeniu
Nazwa | VA Task Manager |
ID | ldplmfdfncmgghhanhabookgchnpcmkc |
Oficjalny URL | https://chromewebstore.google.com/detail/va-task-manager/ldplmfdfncmgghhanhabookgchnpcmkc |
Opis | Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats |
Rozmiar pliku | 143 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2023-05-14 |
Data Publikacji | 2023-04-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | chrome-web-store-developer |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.kanbanchi.com/vat-privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VA Task Manager ", "description": "Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats", "version": "1.0.7", "manifest_version": 3, "icons": { "16": "src\/assets\/icons\/get_started16.png", "32": "src\/assets\/icons\/get_started32.png", "48": "src\/assets\/icons\/get_started48.png", "128": "src\/assets\/icons\/get_started128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader.29d54cdc.js" ], "matches": [ "https:\/\/web.telegram.org\/*" ], "css": [ "assets\/index.9caf41a0.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/get_started16.png", "32": "src\/assets\/icons\/get_started32.png", "48": "src\/assets\/icons\/get_started48.png", "128": "src\/assets\/icons\/get_started128.png" } }, "permissions": [ "storage", "tabs", "history", "notifications" ], "web_accessible_resources": [ { "matches": [ "https:\/\/web.telegram.org\/*" ], "resources": [ "assets\/index.a0f2d8a8.js", "assets\/_commonjsHelpers.4005db8c.js", "assets\/index.ts.22c83a4a.js" ], "use_dynamic_url": true } ] } |