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
公式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"
    ]
}