Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
ما هو Simple Project Tasks؟
Simple Project Tasks هو إضافة Chrome تم تطويرها بواسطة JODACAME - LABS، والميزة الرئيسية لها هي "Create project and tasks, fast and easy!... And yes it's FREE!!!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Project Tasks
قم بتنزيل ملفات الامتداد Simple Project Tasks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow create projects and tasks very fast, and keep a TODO list updated. Forget investing time in applications that claim to manage your tasks and projects, focus your time in solving your tasks ...
معلومات أساسية عن التمديد
الاسم | Simple Project Tasks |
ID | koncmmpgldpnlckeamocjcgigecggphl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
الوصف | Create project and tasks, fast and easy!... And yes it's FREE!!! |
حجم الملف | 114 KB |
عدد التثبيتات | 331 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2017-07-24 |
تاريخ النشر | 2017-07-24 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | JODACAME - LABS |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Project Tasks", "short_name": "Simple Project Tasks", "description": "Create project and tasks, fast and easy!... And yes it's FREE!!!", "version": "1.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |