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.

Cos'è 7todos?

7todos è un'estensione di Chrome sviluppata da https://7todos.com, e la sua funzione principale è "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 7todos

Scarica i file di estensione 7todos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
URL Ufficiale https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Descrizione 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Dimensione del File 857 KB
Conteggio Installazioni 187
Versione Corrente 3.0.2
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2021-05-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://7todos.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://7todos.com
URL della Pagina della Politica sulla Privacy https://www.7todos.com/privacy-policy
Lingue Supportate 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"
    ]
}