Agantty SortByDue

Sorts Agantty Projects By Due Date.

Vad är Agantty SortByDue?

Agantty SortByDue är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Sorts Agantty Projects By Due Date.".

Ladda ner Agantty SortByDue-förlängningens CRX-fil

Ladda ner Agantty SortByDue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
Officiell webbadress https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Beskrivning Sorts Agantty Projects By Due Date.
Filstorlek 3.9 KB
Antal Installationer 28
Aktuell Version 0.0.1
Senast Uppdaterad 2018-08-14
Publiceringsdatum 2018-08-14
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}