Asana Productivity Hacks

Several Asana hacks that make your life more productive!

Asana Productivity Hacksとは何ですか?

Asana Productivity HacksはDennis Paagmanによって開発されたChromeの拡張機能で、その主な機能は「Several Asana hacks that make your life more productive!」です。

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

screenshot
screenshot

Asana Productivity Hacks拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This small extension is here to increase your Asana productivity, it:

- Introduces "Silent mode", which removes the unread inbox notifications
- Introduces "meeting mode", which reduces visual clutter when using Asana in meetings
- Introduces an "Inbox" switch, which completely hides your inbox so you can focus on work
- Introduces a "Home" switch, which hides the new Home feature in the menu bar.

Next to that, the extension:

Makes private tasks more prominent with a red background, making sure you never accidentaly create private tasks anymore.
Makes project and tags in the task list more clear (wider) on large screens.                    

拡張機能の基本情報

名前 Asana Productivity Hacks Asana Productivity Hacks
ID aednamkkbmbonmnmohjfhgmekggbnjlh
公式URL https://chromewebstore.google.com/detail/asana-productivity-hacks/aednamkkbmbonmnmohjfhgmekggbnjlh
説明 Several Asana hacks that make your life more productive!
ファイルサイズ 8.97 KB
インストール数 117
現在のバージョン 0.17
最終更新日 2020-06-06
公開日 2020-06-05
評価 5.00/5 合計 1 レビュー
開発者 Dennis Paagman
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Productivity Hacks",
    "short_name": "Asana Productivity Hacks",
    "description": "Several Asana hacks that make your life more productive!",
    "version": "0.17",
    "author": "Dennis Paagman",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "css": [
                "asana-hacks.css"
            ],
            "js": [
                "asana-hacks.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "name": "Asana hack settings",
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    }
}