Agantty SortByDue

Sorts Agantty Projects By Due Date.

Apa itu Agantty SortByDue?

Agantty SortByDue adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Sorts Agantty Projects By Due Date.".

Unduh Berkas CRX Ekstensi Agantty SortByDue

Unduh file ekstensi Agantty SortByDue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Agantty SortByDue Agantty SortByDue
ID ggmdkpmichkemfoijelcodplpgaioihn
URL Resmi https://chromewebstore.google.com/detail/agantty-sortbydue/ggmdkpmichkemfoijelcodplpgaioihn
Deskripsi Sorts Agantty Projects By Due Date.
Ukuran File 3.9 KB
Jumlah Instalasi 28
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-08-14
Tanggal Publikasi 2018-08-14
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}