Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Add it for Trello란 무엇입니까?
Add it for Trello은(는) wyegelwel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you add new cards to boards/lists and attach the current page as a comment"입니다.
확장 프로그램 스크린샷
Add it for Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
확장 프로그램 기본 정보
이름 | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
공식 URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
설명 | This extension lets you add new cards to boards/lists and attach the current page as a comment |
파일 크기 | 768 KB |
설치 횟수 | 132 |
현재 버전 | 0.3 |
최근 업데이트 | 2015-07-28 |
출시 날짜 | 2015-07-27 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | wyegelwel |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |