Navis Pomodoro - Time management
Navis Pomodoro - Time management.
Wat is Navis Pomodoro - Time management?
Navis Pomodoro - Time management is een Chrome-extensie ontwikkeld door Navis Digital, en de belangrijkste functie is "Navis Pomodoro - Time management.".
Extensie Screenshots
Download het CRX-bestand van de extensie Navis Pomodoro - Time management
Download Navis Pomodoro - Time management-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Navis Pomodoro - Time management Basisinformatie over de Extensie
| Naam | |
| ID | lkoefpbajfdoohmbdogpoodoblkcjgke |
| Officiële URL | https://chromewebstore.google.com/detail/navis-pomodoro-time-manag/lkoefpbajfdoohmbdogpoodoblkcjgke |
| Beschrijving | Navis Pomodoro - Time management. |
| Bestandsgrootte | 1.17 MB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2020-09-05 |
| Publicatiedatum | 2020-09-03 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Navis Digital |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en,vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"modules\/chunk-common.js",
"modules\/chunk-vendors.js",
"modules\/background.js"
]
},
"browser_action": {
"default_icon": "images\/browser-action.png",
"default_title": "Navis Pomodoro"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_app_desc__",
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"48": "images\/48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "55",
"name": "__MSG_app_name__",
"offline_enabled": true,
"options_page": "modules\/options.html",
"permissions": [
"alarms",
"contextMenus",
"storage",
"notifications"
],
"short_name": "__MSG_app_name_short__",
"version": "1.4"
} | |