Workflow Assistant

A general-use app for organisation and preventing distractions when working.

Wat is Workflow Assistant?

Workflow Assistant is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A general-use app for organisation and preventing distractions when working.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Workflow Assistant

Download Workflow Assistant-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

                        Be productive during work sessions conveniently and effectively! - no bloat or unnecessary tabs! Workflow Assistant is a chrome extension with with features which help manage organization and distractions when working.

Features:
↳Site blocker: blocks different categories of distracting sites
↳Simple todo-list: keep track of important tasks or unfinished work
↳Work-break timer: be conscious of your sessions using the Pomodoro 
    method

This extension is created and ran by an independent developer for a Personal Project.                    

Basisinformatie over de Extensie

Naam Workflow Assistant Workflow Assistant
ID mfjjhbalbjfkcckghkahijocjekaijph
Officiële URL https://chromewebstore.google.com/detail/workflow-assistant/mfjjhbalbjfkcckghkahijocjekaijph
Beschrijving A general-use app for organisation and preventing distractions when working.
Bestandsgrootte 86.5 KB
Aantal Installaties 43
Huidige Versie 1.3
Laatst Bijgewerkt 2022-02-20
Publicatiedatum 2021-12-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflow Assistant",
    "description": "A general-use app for organisation and preventing distractions when working.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/blockedSiteHandler.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background_scripts\/workBreakHandler.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "initial_popup\/pageLoader.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.2.1\/jquery.min.js; object-src 'self'"
}