Agantty SortByDue

Sorts Agantty Projects By Due Date.

Agantty SortByDue là gì?

Agantty SortByDue là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Sorts Agantty Projects By Due Date.".

Tải xuống tệp CRX của tiện ích mở rộng Agantty SortByDue

Tải xuống các tệp mở rộng Agantty SortByDue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
URL Chính Thức https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Mô tả Sorts Agantty Projects By Due Date.
Kích Thước Tệp 3.9 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-08-14
Ngày Phát Hành 2018-08-14
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}