Range Sync for Chrome
Capture work from your browser based tools and share progress with your team
O que é Range Sync for Chrome?
Range Sync for Chrome é uma extensão do Chrome desenvolvida por https://range.co, e sua principal característica é "Capture work from your browser based tools and share progress with your team".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Range Sync for Chrome
Baixe arquivos de extensão Range Sync for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Range Sync for Chrome |
ID | mbnkiifdpdcimfcdhmioinhcbjngjebo |
URL Oficial | https://chromewebstore.google.com/detail/range-sync-for-chrome/mbnkiifdpdcimfcdhmioinhcbjngjebo |
Descrição | Capture work from your browser based tools and share progress with your team |
Tamanho do Arquivo | 345 KB |
Contagem de Instalações | 2,208 |
Versão Atual | 2.5.3 |
Última Atualização | 2022-09-13 |
Data de Publicação | 2020-03-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://range.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.range.co?utm_source=chrome_webstore |
URL da Página de Ajuda | https://www.range.co/help?utm_source=chrome_webstore |
URL da Página de Política de Privacidade | https://policy.range.co/privacy-policy.html |
Idiomas Suportados | 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 } |