Range Sync for Chrome
Capture work from your browser based tools and share progress with your team
Range Sync for Chrome란 무엇입니까?
Range Sync for Chrome은(는) https://range.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture work from your browser based tools and share progress with your team"입니다.
확장 프로그램 스크린샷
Range Sync for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Range is a powerful Check-in tool that keeps your team more connected, focused, and productive no matter where they’re working. With Range Sync for Chrome, you can: ✏️. Easily log your work — Just click the Range icon in Chrome to add any webpage to your Check-in. 🔁 Sync activity from dozens of sites — Choose which websites sync activity to Range in the background. So when you write a Check-in Range, important links will be there for you to include. See the full list of apps you can connect through Range Sync at https://www.range.co/apps/chrome Open source. Contribute at https://github.com/range-labs/range-sync
확장 프로그램 기본 정보
이름 | Range Sync for Chrome |
ID | mbnkiifdpdcimfcdhmioinhcbjngjebo |
공식 URL | https://chromewebstore.google.com/detail/range-sync-for-chrome/mbnkiifdpdcimfcdhmioinhcbjngjebo |
설명 | Capture work from your browser based tools and share progress with your team |
파일 크기 | 345 KB |
설치 횟수 | 2,208 |
현재 버전 | 2.5.3 |
최근 업데이트 | 2022-09-13 |
출시 날짜 | 2020-03-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://range.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.range.co?utm_source=chrome_webstore |
도움말 페이지 URL | https://www.range.co/help?utm_source=chrome_webstore |
개인정보 보호 정책 페이지 URL | https://policy.range.co/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Range Sync for Chrome", "version": "2.5.3", "description": "Capture work from your browser based tools and share progress with your team", "permissions": [ "cookies", "history", "storage", "tabs" ], "host_permissions": [ "https:\/\/*.range.co\/*" ], "options_page": "options\/options.html", "background": { "service_worker": "background\/_loader.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/favicons\/browser-action16.png", "32": "images\/favicons\/browser-action32.png", "48": "images\/favicons\/browser-action48.png", "128": "images\/favicons\/browser-action128.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.range.co\/*" ] }, "icons": { "16": "images\/favicons\/store16.png", "48": "images\/favicons\/store48.png", "128": "images\/favicons\/store128.png" }, "manifest_version": 3 } |