Range Sync for Chrome

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

Range Sync for Chrome là gì?

Range Sync for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://range.co, và tính năng chính của nó là "Capture work from your browser based tools and share progress with your team".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Range Sync for Chrome

Tải xuống các tệp mở rộng Range Sync for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Range Sync for Chrome Range Sync for Chrome
ID mbnkiifdpdcimfcdhmioinhcbjngjebo
URL Chính Thức https://chromewebstore.google.com/detail/range-sync-for-chrome/mbnkiifdpdcimfcdhmioinhcbjngjebo
Mô tả Capture work from your browser based tools and share progress with your team
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 2,208
Phiên Bản Hiện Tại 2.5.3
Cập Nhật Lần Cuối 2022-09-13
Ngày Phát Hành 2020-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://range.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.range.co?utm_source=chrome_webstore
URL Trang Trợ Giúp https://www.range.co/help?utm_source=chrome_webstore
URL Trang Chính Sách Bảo Mật https://policy.range.co/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}