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文件
下载Range Sync for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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
} | |