Agantty SortByDue

Sorts Agantty Projects By Due Date.

O que é Agantty SortByDue?

Agantty SortByDue é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Sorts Agantty Projects By Due Date.".

Baixar o arquivo CRX da Extensão Agantty SortByDue

Baixe arquivos de extensão Agantty SortByDue 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

                        To sort projects by due date, click the Agantty Sort icon next to the address bar, then click the Calendar icon in the Agantty left tray next to the projects search bar.                    

Informações Básicas da Extensão

Nome Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
URL Oficial https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Descrição Sorts Agantty Projects By Due Date.
Tamanho do Arquivo 3.9 KB
Contagem de Instalações 28
Versão Atual 0.0.1
Última Atualização 2018-08-14
Data de Publicação 2018-08-14
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agantty SortByDue",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Sorts Agantty Projects By Due Date.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Sort"
    },
    "permissions": [
        "*:\/\/*.agantty.com\/*",
        "tabs"
    ]
}