Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
Apa itu Simple Project Tasks?
Simple Project Tasks adalah ekstensi Chrome yang dikembangkan oleh JODACAME - LABS, dan fitur utamanya adalah "Create project and tasks, fast and easy!... And yes it's FREE!!!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Project Tasks
Unduh file ekstensi Simple Project Tasks 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
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 ...
Informasi Dasar Ekstensi
Nama | Simple Project Tasks |
ID | koncmmpgldpnlckeamocjcgigecggphl |
URL Resmi | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
Deskripsi | Create project and tasks, fast and easy!... And yes it's FREE!!! |
Ukuran File | 114 KB |
Jumlah Instalasi | 331 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2017-07-24 |
Tanggal Publikasi | 2017-07-24 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | JODACAME - LABS |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |