Agantty SortByDue

Sorts Agantty Projects By Due Date.

Qu'est-ce que Agantty SortByDue ?

Agantty SortByDue est une extension Chrome développée par Unknown, et sa fonction principale est "Sorts Agantty Projects By Due Date.".

Télécharger le fichier CRX de l'extension Agantty SortByDue

Téléchargez les fichiers d'extension Agantty SortByDue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
URL Officiel https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Description Sorts Agantty Projects By Due Date.
Taille du Fichier 3.9 KB
Nombre d'Installations 28
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-08-14
Date de Publication 2018-08-14
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}