Agantty SortByDue

Sorts Agantty Projects By Due Date.

Agantty SortByDueคืออะไร?

Agantty SortByDue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Sorts Agantty Projects By Due Date."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agantty SortByDue

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}