Agantty SortByDue

Sorts Agantty Projects By Due Date.

Cos'è Agantty SortByDue?

Agantty SortByDue è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Sorts Agantty Projects By Due Date.".

Scarica il file CRX dell'estensione Agantty SortByDue

Scarica i file di estensione Agantty SortByDue 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
URL Ufficiale https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Descrizione Sorts Agantty Projects By Due Date.
Dimensione del File 3.9 KB
Conteggio Installazioni 28
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-08-14
Data di Pubblicazione 2018-08-14
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}