Panel View for Asana

Panelized extension for Asana

Panel View for Asanaとは何ですか?

Panel View for Asanaはdfranklandによって開発されたChromeの拡張機能で、その主な機能は「Panelized extension for Asana」です。

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

screenshot
screenshot
screenshot

Panel View for Asana拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a copy of Panel View for Keep created by Paul Eich (eichefam.net).

To send Asana to a panel you must click "Send to Panel" in the command bar at the bottom of Asana's page. For more info go to read the blog post by Paul here: http://bit.ly/panelupdate2_2

Like this extension? Buy Paul Eiche a cup of coffee!
http://bit.ly/paneldonate                    

拡張機能の基本情報

名前 Panel View for Asana Panel View for Asana
ID gkgknajjpoofcddkaclepablhigcpagd
公式URL https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd
説明 Panelized extension for Asana
ファイルサイズ 39.75 KB
インストール数 77
現在のバージョン 2.4
最終更新日 2014-12-18
公開日 2014-12-18
評価 5.00/5 合計 3 レビュー
開発者 dfrankland
支払い方法 free
拡張機能のウェブサイト http://snackcode.co
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panel View for Asana",
    "description": "Panelized extension for Asana",
    "version": "2.4",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/events.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.1.min.js"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/asana-script.js"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}