Webrowse - sync tabs with your teammates!

Cobrowse any website with your teammates!

Webrowse - sync tabs with your teammates!คืออะไร?

Webrowse - sync tabs with your teammates! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Privoce และคุณลักษณะหลักของมันคือ "Cobrowse any website with your teammates!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webrowse - sync tabs with your teammates!

ดาวน์โหลดไฟล์ส่วนขยาย Webrowse - sync tabs with your teammates! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Webrowse helps your team easily collaborate via a shared browsing window during your online meetings. Webrowse is based in chrome, and so regardless of the meeting platform you use, you and your team can easily collaborate inside Chrome. No more sendings links via zoom chat or email during a meeting, everyone can now work together in the shared window created by Webrowse.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Webrowse - sync tabs with your teammates! Webrowse - sync tabs with your teammates!
ID nnbkebemeehfhiimeghnkdocfbeogenn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webrowse-sync-tabs-with-y/nnbkebemeehfhiimeghnkdocfbeogenn
คำอธิบาย Cobrowse any website with your teammates!
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 202
เวอร์ชันปัจจุบัน 2022.04.25
อัปเดตครั้งล่าสุด 2022-05-07
วันที่เผยแพร่ 2021-08-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Privoce
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://webrow.se/privacypolicy
ภาษาที่รองรับ en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "short_name": "Webrowse",
    "version": "2022.04.25",
    "manifest_version": 2,
    "homepage_url": "https:\/\/webrow.se\/",
    "permissions": [
        "http:\/\/localhost\/*",
        "https:\/\/webrow.se\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src https: data: http: chrome:;",
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/favicon-16x16.png",
            "32": "\/assets\/favicon-32x32.png",
            "48": "\/assets\/android-chrome-48x48.png",
            "128": "\/assets\/android-chrome-128x128.png"
        },
        "default_title": "Webrowse - Co-browsering",
        "default_popup": "Popup\/index.html"
    },
    "icons": {
        "16": "\/assets\/favicon-16x16.png",
        "32": "\/assets\/favicon-32x32.png",
        "48": "\/assets\/android-chrome-48x48.png",
        "128": "\/assets\/android-chrome-128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Hccyrh8JvE4RDyid6HE4YFP+EYJ6NOepYVf\/+ZJ8r8yQetyjZ7lhiE21Yop79mskSea7O+zwvGkQWHES2B6njPwUqSK0cLf2oOcAt+sdm\/GEjBfzePT8canm6E1+3bnNTLWF7xJGXU9Rg7pHJZJwUu65ERWXYn30Ea3o9bh3trnzQDj\/WsSVwsnUOs16uxVUK\/HFGVfCc\/4pFWCfFdLcHPTpBK7Omj\/slfdbmuwumWfYpozNTkdw9Xx1RqJALrULZiKM0ZAlnQYKmbrR0ap8F83lH5Yv71llDfXmYgYnl7vPG7Y6llyyG+j8tm2\/MbzTdjFOzEyna7SG0057W7G8QIDAQAB",
    "background": {
        "scripts": [
            ".\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/webrow.se\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "\/assets\/libs\/rangy-core.js",
                "\/assets\/libs\/rangy-serializer.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/webrow.se\/transfer\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "\/contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "\/catchInviteId.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "\/accessChecker.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "options_page": ".\/Options\/index.html",
    "default_locale": "en"
}