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'est-ce que 7todos ?

7todos est une extension Chrome développée par https://7todos.com, et sa fonction principale est "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 7todos

Téléchargez les fichiers d'extension 7todos 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

                        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!                    

Informations de Base sur l'Extension

Nom 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
URL Officiel https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
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.
Taille du Fichier 857 KB
Nombre d'Installations 187
Version Actuelle 3.0.2
Dernière Mise à Jour 2024-02-05
Date de Publication 2021-05-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://7todos.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://7todos.com
URL de la Page de Politique de Confidentialité https://www.7todos.com/privacy-policy
Langues Prises en Charge 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"
    ]
}