Workflow Assistant

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

Workflow Assistantとは何ですか?

Workflow AssistantはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A general-use app for organisation and preventing distractions when working.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Workflow Assistant拡張機能のCRXファイルをダウンロード

Workflow Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Workflow Assistant Workflow Assistant
ID mfjjhbalbjfkcckghkahijocjekaijph
公式URL https://chromewebstore.google.com/detail/workflow-assistant/mfjjhbalbjfkcckghkahijocjekaijph
説明 A general-use app for organisation and preventing distractions when working.
ファイルサイズ 86.5 KB
インストール数 43
現在のバージョン 1.3
最終更新日 2022-02-20
公開日 2021-12-08
評価 5.00/5 合計 2 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 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'"
}