Open Instagantt from Asana

Add a link to Instagantt from the Asana project dashboard.

Open Instagantt from Asanaとは何ですか?

Open Instagantt from AsanaはJonathan Woodardによって開発されたChromeの拡張機能で、その主な機能は「Add a link to Instagantt from the Asana project dashboard.」です。

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

screenshot

Open Instagantt from Asana拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Instagantt makes awesome Gantt charts out of Asana projects, but it's a hassle to have to open the two apps separately. This adds a link to the Instagantt app from the header of your Asana dashboard!                    

拡張機能の基本情報

名前 Open Instagantt from Asana Open Instagantt from Asana
ID lepjbbmnhppalhkeblicbmgcpdpkhonb
公式URL https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb
説明 Add a link to Instagantt from the Asana project dashboard.
ファイルサイズ 40 KB
インストール数 541
現在のバージョン 1.0.0.0
最終更新日 2014-09-06
公開日 2014-09-06
評価 2.14/5 合計 14 レビュー
開発者 Jonathan Woodard
支払い方法 free
拡張機能のウェブサイト http://woodar.dj/blog/asana-instagantt-chrome-plugin/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Instagantt from Asana",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "Add a link to Instagantt from the Asana project dashboard.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.asana.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}