Agantty SortByDue

Sorts Agantty Projects By Due Date.

Agantty SortByDue क्या है?

Agantty SortByDue Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sorts Agantty Projects By Due Date."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agantty SortByDue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
आधिकारिक URL https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
विवरण Sorts Agantty Projects By Due Date.
फ़ाइल का आकार 3.9 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-08-14
प्रकाशन तिथि 2018-08-14
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}