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
}