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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.range.co/help?utm_source=chrome_webstore
عنوان صفحة سياسة الخصوصية 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
}