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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}