Asana for Chrome - Superfast

Quickly add tasks to Asana from any web page.

Asana for Chrome - Superfast란 무엇입니까?

Asana for Chrome - Superfast은(는) Numadic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly add tasks to Asana from any web page."입니다.

확장 프로그램 스크린샷

screenshot

Asana for Chrome - Superfast 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly add tasks to Asana from any web page.

Changes in 1.8.2:
-----------------------------------------------------------------------
- Fixed: Launch extension by hitting Alt + A
- Fixed bug: Focus, tab order and Enter key problems
- Fixed bug: Hitting enter creates tasks, even with all fields empty
- Improved: Semantic changes to HTML and CSS (eg. Submit 

확장 프로그램 기본 정보

이름 Asana for Chrome - Superfast Asana for Chrome - Superfast
ID eiaieioodcbaoiidejgckjcijgjdgkkl
공식 URL https://chrome.google.com/webstore/detail/asana-for-chrome-superfas/eiaieioodcbaoiidejgckjcijgjdgkkl
설명 Quickly add tasks to Asana from any web page.
파일 크기 1.7 MB
설치 횟수 1,000
현재 버전 1.8.2
최근 업데이트 2017-04-29
출시 날짜 2017-04-29
평점 4.69/5 총 13 개의 평점
개발자 Numadic
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana for Chrome - Superfast",
    "version": "1.8.2",
    "description": "Quickly add tasks to Asana from any web page.",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "minimum_chrome_version": "25",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Asana",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-1.7.1.min.js",
            "asana.js",
            "api_bridge.js",
            "extension_server.js",
            "server_model.js",
            "options.js",
            "background.js"
        ]
    },
    "incognito": "split",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "*:\/\/*.asana.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A",
                "linux": "Alt+A",
                "windows": "Alt+A",
                "mac": "Alt+A"
            }
        }
    }
}