Agantty SortByDue

Sorts Agantty Projects By Due Date.

什麼是Agantty SortByDue?

Agantty SortByDue是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Sorts Agantty Projects By Due Date.”。

下載Agantty SortByDue擴展crx文件

下載Agantty SortByDue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}