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.
扩展基本信息
名称 | |
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" ] } |