Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Add a link to trello란 무엇입니까?
Add a link to trello은(는) https://omgmog.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will let you add a link to a list on a board on Trello."입니다.
확장 프로그램 스크린샷
Add a link to trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
확장 프로그램 기본 정보
이름 | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
공식 URL | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
설명 | This extension will let you add a link to a list on a board on Trello. |
파일 크기 | 71.53 KB |
설치 횟수 | 517 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-07-30 |
출시 날짜 | 2014-03-14 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | https://omgmog.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/omgmog/chrome-add-link-to-trello |
도움말 페이지 URL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add a link to trello", "description": "This extension will let you add a link to a list on a board on Trello.", "version": "1.2.1", "options_page": "options.html", "permissions": [ "https:\/\/api.trello.com\/", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |