Agantty SortByDue

Sorts Agantty Projects By Due Date.

What is Agantty SortByDue?

Agantty SortByDue is a Chrome extension developed by Unknown, and its main feature is "Sorts Agantty Projects By Due Date.".

Download Agantty SortByDue Extension CRX File

Download Agantty SortByDue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
Official URL https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Description Sorts Agantty Projects By Due Date.
File Size 3.9 KB
Installation Count 28
Current Version 0.0.1
Last Updated 2018-08-14
Publish Date 2018-08-14
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}