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.

O que é 7todos?

7todos é uma extensão do Chrome desenvolvida por https://7todos.com, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 7todos

Baixe arquivos de extensão 7todos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
URL Oficial https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Descrição 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Tamanho do Arquivo 857 KB
Contagem de Instalações 187
Versão Atual 3.0.2
Última Atualização 2024-02-05
Data de Publicação 2021-05-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://7todos.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://7todos.com
URL da Página de Política de Privacidade https://www.7todos.com/privacy-policy
Idiomas Suportados 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"
    ]
}