Asana for Chrome - Superfast

Quickly add tasks to Asana from any web page.

Cos'è Asana for Chrome - Superfast?

Asana for Chrome - Superfast è un'estensione di Chrome sviluppata da Numadic, e la sua funzione principale è "Quickly add tasks to Asana from any web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Asana for Chrome - Superfast

Scarica i file di estensione Asana for Chrome - Superfast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 

Informazioni di Base sull'Estensione

Nome Asana for Chrome - Superfast Asana for Chrome - Superfast
ID eiaieioodcbaoiidejgckjcijgjdgkkl
URL Ufficiale https://chrome.google.com/webstore/detail/asana-for-chrome-superfas/eiaieioodcbaoiidejgckjcijgjdgkkl
Descrizione Quickly add tasks to Asana from any web page.
Dimensione del File 1.7 MB
Conteggio Installazioni 1,000
Versione Corrente 1.8.2
Ultimo Aggiornamento 2017-04-29
Data di Pubblicazione 2017-04-29
Valutazione 4.69/5 Totale 13 Valutazioni
Sviluppatore Numadic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}