7todos
7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
ما هو 7todos؟
7todos هو إضافة Chrome تم تطويرها بواسطة https://7todos.com، والميزة الرئيسية لها هي "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 7todos
قم بتنزيل ملفات الامتداد 7todos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The 7todos extension to the web app. Use the 7todos extension to to easily access your tasks within your browser. Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. The extension will appear as the new tab so you will get reminded about your daily tasks!
معلومات أساسية عن التمديد
الاسم | 7todos |
ID | mbbameonggagoaheffmijjpkebmelemi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi |
الوصف | 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks. |
حجم الملف | 857 KB |
عدد التثبيتات | 187 |
النسخة الحالية | 3.0.2 |
آخر تحديث | 2024-02-05 |
تاريخ النشر | 2021-05-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://7todos.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://7todos.com |
عنوان صفحة سياسة الخصوصية | https://www.7todos.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7todos", "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.", "version": "3.0.2", "action": { "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "assets\/background.js", "type": "module" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "chrome_url_overrides": { "newtab": "src\/popup\/popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |