Agantty SortByDue

Sorts Agantty Projects By Due Date.

Wat is Agantty SortByDue?

Agantty SortByDue is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Sorts Agantty Projects By Due Date.".

Download het CRX-bestand van de extensie Agantty SortByDue

Download Agantty SortByDue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
Officiële URL https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Beschrijving Sorts Agantty Projects By Due Date.
Bestandsgrootte 3.9 KB
Aantal Installaties 28
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-08-14
Publicatiedatum 2018-08-14
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}