Workflow Assistant

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

What is Workflow Assistant?

Workflow Assistant is a Chrome extension developed by Unknown, and its main feature is "A general-use app for organisation and preventing distractions when working.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Workflow Assistant Extension CRX File

Download Workflow Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Workflow Assistant Workflow Assistant
ID mfjjhbalbjfkcckghkahijocjekaijph
Official URL https://chromewebstore.google.com/detail/workflow-assistant/mfjjhbalbjfkcckghkahijocjekaijph
Description A general-use app for organisation and preventing distractions when working.
File Size 86.5 KB
Installation Count 43
Current Version 1.3
Last Updated 2022-02-20
Publish Date 2021-12-08
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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'"
}