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.
¿Qué es 7todos?
7todos es una extensión de Chrome desarrollada por https://7todos.com, y su función principal es "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 7todos
Descarga archivos de extensión 7todos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | 7todos |
ID | mbbameonggagoaheffmijjpkebmelemi |
URL Oficial | https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi |
Descripción | 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks. |
Tamaño del Archivo | 857 KB |
Cantidad de Instalaciones | 187 |
Versión Actual | 3.0.2 |
Última Actualización | 2024-02-05 |
Fecha de Publicación | 2021-05-04 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://7todos.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://7todos.com |
URL de la Página de Política de Privacidad | https://www.7todos.com/privacy-policy |
Idiomas Soportados | 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" ] } |