Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
Hvad er Simple Project Tasks?
Simple Project Tasks er en Chrome-udvidelse udviklet af JODACAME - LABS, og dens hovedfunktion er "Create project and tasks, fast and easy!... And yes it's FREE!!!".
Udvidelsesskærmbilleder
Download Simple Project Tasks-udvidelses-CRX-fil
Download Simple Project Tasks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | koncmmpgldpnlckeamocjcgigecggphl |
| Officiel URL | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
| Beskrivelse | Create project and tasks, fast and easy!... And yes it's FREE!!! |
| Filstørrelse | 114 KB |
| Antal Installationer | 331 |
| Nuværende Version | 1.0.7 |
| Senest Opdateret | 2017-07-24 |
| Udgivelsesdato | 2017-07-24 |
| Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
| Udvikler | JODACAME - LABS |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |