Cage for Chrome
Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to…
Cage for Chrome란 무엇입니까?
Cage for Chrome은(는) Cage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to…"입니다.
확장 프로그램 스크린샷
Cage for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to highlight and mark up files to provide extra clarity, without any of the extra work. Plus, you can directly mention people on your team, convey tone using emojis and opt to make comments private or public to ensure the right people are involved. ★ Seamlessly Add to Projects Capture and add screenshots directly to any project in Cage for fast collaboration. ★ Teams Love Cage "When it comes to technology, I live by the three C's: making tech convenient, connecting and conversational. Cage checks all three boxes. It's a no-brainer, seriously." - Dre Barnes, UP Entertainment ★ Dark and Light Modes Customize your experience and pick from our dark and light modes. ★ Try For Free If you want to supercharge your productivity, sign up for Cage today. Collaborate with your team directly on the work, plan and move projects forward, and deliver work that’s sure to impress, on time, every time. Grab a free account at: cageapp.com/signup
확장 프로그램 기본 정보
이름 | Cage for Chrome |
ID | iemggochldchnbnleimibcbfoidmgpph |
공식 URL | https://chromewebstore.google.com/detail/cage-for-chrome/iemggochldchnbnleimibcbfoidmgpph |
설명 | Make the feedback process a breeze with Cage for Google Chrome. ★ Contextual Feedback Use a variety of annotation tools to… |
파일 크기 | 532 KB |
설치 횟수 | 251 |
현재 버전 | 0.0.8 beta.1 |
최근 업데이트 | 2021-09-15 |
출시 날짜 | 2018-12-12 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Cage |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cageapp.com |
도움말 페이지 URL | https://help.cageapp.com |
개인정보 보호 정책 페이지 URL | https://cageapp.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cage for Chrome", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "34": "icon-34.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "downloads", "notifications", "storage", "scripting", "tabs", "unlimitedStorage" ], "externally_connectable": { "matches": [ "https:\/\/*.cageapp.com\/*" ] }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "0.0.8.1", "version_name": "0.0.8 beta.1" } |