COLLABORATE: Co-browse Without Screen Sharing

Sariska co-browsing extension to browse any website together without screen sharing

ما هو COLLABORATE: Co-browse Without Screen Sharing؟

COLLABORATE: Co-browse Without Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://sariska.io، والميزة الرئيسية لها هي "Sariska co-browsing extension to browse any website together without screen sharing".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة COLLABORATE: Co-browse Without Screen Sharing

قم بتنزيل ملفات الامتداد COLLABORATE: Co-browse Without Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Welcome to the new era of collaboration!

COLLABORATE is your one step destination to make any website in the world collaborative. With the click of a button, you can now transform any website into a shareable environment amongst colleagues, friends & family, with integrated. It permits you to take any existing website and share within teams or across the whole organisation to collaboratively annotate, discuss, enhance, and otherwise bring it to life – all within your browser.

Why COLLABORATE?

-> Convert any page into a shareable link is just one click away.
-> Share the link with as many people as you like.
-> Share the link using email or any other platform of your choice.
-> HD video and audio calls for you to discuss, elaborate and brainstorm.
-> Chat box to facilitate easy and seamless flow of conversation.
-> Integrated screen sharing allows users to participate on the screen. You can now click, select or edit content across participants.
-> Full compliance with privacy and data security.

Change Log v1.0.6:
1. Change API Key for Centralised separate usage monitoring
2. Added Disclaimer for Using Collaborate
3. Automated Room name creation to a random room generator
4. Fixed Error when participant goes back

*Instructions on how to use the extension can be found by clicking on the Sariska icon located near the address bar of your browser.

This Chrome Webstore uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site.

The information generated by the cookie about your use of the website will be transmitted to and stored by Google on servers in the United States . In case IP-anonymisation is activated on this website, your IP address will be truncated within the area of Member States of the European Union or other parties to the Agreement on the European Economic Area. Only in exceptional cases the whole IP address will be first transfered to a Google server in the USA and truncated there. The IP-anonymisation is active on this website.

Google will use this information on behalf of the operator of this website for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing them other services relating to website activity and internet usage. The IP-address, that your Browser conveys within the scope of Google Analytics, will not be associated with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website.                    

معلومات أساسية عن التمديد

الاسم COLLABORATE: Co-browse Without Screen Sharing COLLABORATE: Co-browse Without Screen Sharing
ID pagohfdoghkpepfonckgjdeffdigojpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/collaborate-co-browse-wit/pagohfdoghkpepfonckgjdeffdigojpc
الوصف Sariska co-browsing extension to browse any website together without screen sharing
حجم الملف 5.36 MB
عدد التثبيتات 221
النسخة الحالية 1.0.6
آخر تحديث 2023-05-18
تاريخ النشر 2022-12-10
تقييم 5.00/5 مجموع تقييمات 7
المطور https://sariska.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.sariska.io
عنوان صفحة المساعدة https://www.sariska.io/contact-us
عنوان صفحة سياسة الخصوصية https://www.sariska.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COLLABORATE: Co-browse Without Screen Sharing",
    "version": "1.0.6",
    "description": "Sariska co-browsing extension to browse any website together without screen sharing",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/www.sariska.io",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}