Range Sync for Chrome

Capture work from your browser based tools and share progress with your team

What is Range Sync for Chrome?

Range Sync for Chrome is a Chrome extension developed by https://range.co, and its main feature is "Capture work from your browser based tools and share progress with your team".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Range Sync for Chrome Extension CRX File

Download Range Sync for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Range Sync for Chrome Range Sync for Chrome
ID mbnkiifdpdcimfcdhmioinhcbjngjebo
Official URL https://chromewebstore.google.com/detail/range-sync-for-chrome/mbnkiifdpdcimfcdhmioinhcbjngjebo
Description Capture work from your browser based tools and share progress with your team
File Size 345 KB
Installation Count 2,208
Current Version 2.5.3
Last Updated 2022-09-13
Publish Date 2020-03-25
Rating 5.00/5 Total 1 Ratings
Developer https://range.co
Email [email protected]
Payment Type free
Extension Website https://www.range.co?utm_source=chrome_webstore
Help Page URL https://www.range.co/help?utm_source=chrome_webstore
Privacy Policy Page URL https://policy.range.co/privacy-policy.html
Supported Languages 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
}