Range Sync for Chrome
Capture work from your browser based tools and share progress with your team
Qu'est-ce que Range Sync for Chrome ?
Range Sync for Chrome est une extension Chrome développée par https://range.co, et sa fonction principale est "Capture work from your browser based tools and share progress with your team".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Range Sync for Chrome
Téléchargez les fichiers d'extension Range Sync for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Range Sync for Chrome |
ID | mbnkiifdpdcimfcdhmioinhcbjngjebo |
URL Officiel | https://chromewebstore.google.com/detail/range-sync-for-chrome/mbnkiifdpdcimfcdhmioinhcbjngjebo |
Description | Capture work from your browser based tools and share progress with your team |
Taille du Fichier | 345 KB |
Nombre d'Installations | 2,208 |
Version Actuelle | 2.5.3 |
Dernière Mise à Jour | 2022-09-13 |
Date de Publication | 2020-03-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://range.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.range.co?utm_source=chrome_webstore |
URL de la Page d'Aide | https://www.range.co/help?utm_source=chrome_webstore |
URL de la Page de Politique de Confidentialité | https://policy.range.co/privacy-policy.html |
Langues Prises en Charge | 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 } |