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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://range.co และคุณลักษณะหลักของมันคือ "Capture work from your browser based tools and share progress with your team"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Range Sync for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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
}