Duckly Cobrowsing web sharing with debugging

Share any website and browser interactively. Duckly is a video chat tool that enables you to talk and collaborate in real-time.

Duckly Cobrowsing web sharing with debuggingคืออะไร?

Duckly Cobrowsing web sharing with debugging เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://duckly.com และคุณลักษณะหลักของมันคือ "Share any website and browser interactively. Duckly is a video chat tool that enables you to talk and collaborate in real-time."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duckly Cobrowsing web sharing with debugging

ดาวน์โหลดไฟล์ส่วนขยาย Duckly Cobrowsing web sharing with debugging ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Duckly is a video chat tool built for teams that enables you to talk and collaborate in real-time. This Chrome extension allows you to share any open tab with your team and they will be able to interact with the website. It's like screen sharing with interactivity.

To use this feature, be sure to create a Duckly account and be part of a team. 
Join a video call by going to your team URL on Duckly and you'll be able to share any open tab.

Other things you can do with Duckly:
- You can share your code in real-time directly from your IDE and independently of what IDE your colleague is using.
- You can also share your terminal session.

We care deeply about your privacy and security.

The website is only shared P2P encrypted with the call participants. No data touches our servers.

If you are on a call with up to 4 participants, your voice and video are also only shared P2P. For calls with more than 4 participants, we use a cloud infrastructure in order to maintain the call quality.                    

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

ชื่อ Duckly Cobrowsing web sharing with debugging Duckly Cobrowsing web sharing with debugging
ID nmihkjacpegihjebloiclnheeokjnpfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duckly-cobrowsing-web-sha/nmihkjacpegihjebloiclnheeokjnpfm
คำอธิบาย Share any website and browser interactively. Duckly is a video chat tool that enables you to talk and collaborate in real-time.
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 548
เวอร์ชันปัจจุบัน 0.0.11
อัปเดตครั้งล่าสุด 2021-07-02
วันที่เผยแพร่ 2021-03-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://duckly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://duckly.com
URL หน้าช่วยเหลือ https://duckly.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://gitduck.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duckly Cobrowsing web sharing with debugging",
    "short_name": "Duckly",
    "description": "Share any website and browser interactively. Duckly is a video chat tool that enables you to talk and collaborate in real-time.",
    "version": "0.0.11",
    "browser_action": {
        "default_icon": {
            "16": "images\/duckly-chrome-extension-icon16.png",
            "24": "images\/duckly-chrome-extension-icon24.png",
            "32": "images\/duckly-chrome-extension-icon32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/duckly-chrome-extension-icon32.png",
        "48": "images\/duckly-chrome-extension-icon48.png",
        "128": "images\/duckly-chrome-extension-icon128.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*.gitduck.com\/*",
                "*:\/\/*.duckly.com\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor-54d731fa73884df8da4a.js",
                "js\/content-script-54d731fa73884df8da4a.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor-54d731fa73884df8da4a.js",
            "js\/background-54d731fa73884df8da4a.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "*:\/\/*.duckly.com\/*",
        "*:\/\/*.localhost\/*"
    ],
    "web_accessible_resources": [
        "js\/recorder.js"
    ]
}