Simple Project Tasks

Create project and tasks, fast and easy!... And yes it's FREE!!!

O que é Simple Project Tasks?

Simple Project Tasks é uma extensão do Chrome desenvolvida por JODACAME - LABS, e sua principal característica é "Create project and tasks, fast and easy!... And yes it's FREE!!!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Project Tasks

Baixe arquivos de extensão Simple Project Tasks 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

                        Allow create projects and tasks very fast, and keep a TODO list updated.

Forget investing time in applications that claim to manage your tasks and projects, focus your time in solving your tasks ...                    

Informações Básicas da Extensão

Nome Simple Project Tasks Simple Project Tasks
ID koncmmpgldpnlckeamocjcgigecggphl
URL Oficial https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl
Descrição Create project and tasks, fast and easy!... And yes it's FREE!!!
Tamanho do Arquivo 114 KB
Contagem de Instalações 331
Versão Atual 1.0.7
Última Atualização 2017-07-24
Data de Publicação 2017-07-24
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor JODACAME - LABS
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Project Tasks",
    "short_name": "Simple Project Tasks",
    "description": "Create project and tasks, fast and easy!... And yes it's FREE!!!",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}