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文件

下載Asana for Chrome - Superfast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            }
        }
    }
}