Crosscheck for Asana

Asana power tools - quick add, copy, move and sync.

Crosscheck for Asanaคืออะไร?

Crosscheck for Asana เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unito.io และคุณลักษณะหลักของมันคือ "Asana power tools - quick add, copy, move and sync."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crosscheck for Asana

ดาวน์โหลดไฟล์ส่วนขยาย Crosscheck for Asana ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Crosscheck gives you some key power features that we all miss in Asana. 

- Quick add a task with due date, assignee, projects, tags and followers fields. 
- Copy and move tasks across workspaces.
- Get a permalink to an Asana task, ready to share with others
- Rapid usage using keyboard: Alt-c or Option-c keyboard shortcut (press Alt within the extension to see more shortcuts).

This free extension is made with love by Unito.io
We also build a solution to synchronize Asana tasks with other apps like GitHub, Jira, Trello, Salesforce, Zendesk and more. Collaborate from your app of choice!

Note that none of your data is sent or stored outside of Asana, and your personal access token is only stored locally in your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crosscheck for Asana Crosscheck for Asana
ID cbnanllnipdggjajbdceeglkiahlknfg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/crosscheck-for-asana/cbnanllnipdggjajbdceeglkiahlknfg
คำอธิบาย Asana power tools - quick add, copy, move and sync.
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 491
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2018-08-24
วันที่เผยแพร่ 2018-08-24
คะแนน 4.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Unito.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://unito.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortAppName__",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/cc-square-16x16.png",
        "128": "images\/cc-square-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/cc-square-19x19.png",
            "38": "images\/cc-square-38x38.png"
        },
        "default_title": "Crosscheck",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "clipboardWrite",
        "https:\/\/www.google-analytics.com\/",
        "http:\/\/crosscheck.io\/"
    ]
}