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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |