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
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |