VA Task Manager
Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats
VA Task Managerคืออะไร?
VA Task Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-web-store-developer และคุณลักษณะหลักของมันคือ "Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VA Task Manager
ดาวน์โหลดไฟล์ส่วนขยาย VA Task Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VA Task Manager |
ID | ldplmfdfncmgghhanhabookgchnpcmkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/va-task-manager/ldplmfdfncmgghhanhabookgchnpcmkc |
คำอธิบาย | Extension designed to help virtual assistants and their clients manage tasks effortlessly within Telegram chats |
ขนาดไฟล์ | 143 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2023-05-14 |
วันที่เผยแพร่ | 2023-04-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | chrome-web-store-developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.kanbanchi.com/vat-privacy-policy |
ภาษาที่รองรับ | 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 } ] } |