Panel View for Asana

Panelized extension for Asana

ما هو Panel View for Asana؟

Panel View for Asana هو إضافة Chrome تم تطويرها بواسطة dfrankland، والميزة الرئيسية لها هي "Panelized extension for Asana".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Panel View for Asana

قم بتنزيل ملفات الامتداد Panel View for Asana بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a copy of Panel View for Keep created by Paul Eich (eichefam.net).

To send Asana to a panel you must click "Send to Panel" in the command bar at the bottom of Asana's page. For more info go to read the blog post by Paul here: http://bit.ly/panelupdate2_2

Like this extension? Buy Paul Eiche a cup of coffee!
http://bit.ly/paneldonate                    

معلومات أساسية عن التمديد

الاسم Panel View for Asana Panel View for Asana
ID gkgknajjpoofcddkaclepablhigcpagd
عنوان URL الرسمي https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd
الوصف Panelized extension for Asana
حجم الملف 39.75 KB
عدد التثبيتات 77
النسخة الحالية 2.4
آخر تحديث 2014-12-18
تاريخ النشر 2014-12-18
تقييم 5.00/5 مجموع تقييمات 3
المطور dfrankland
نوع الدفع free
موقع الإضافة http://snackcode.co
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panel View for Asana",
    "description": "Panelized extension for Asana",
    "version": "2.4",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/events.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.1.min.js"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/asana-script.js"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}