Crosscheck for Asana
Asana power tools - quick add, copy, move and sync.
Crosscheck for Asana란 무엇입니까?
Crosscheck for Asana은(는) Unito.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Asana power tools - quick add, copy, move and sync."입니다.
확장 프로그램 스크린샷
Crosscheck for Asana 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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\/" ] } |