RemoteHQ - Instant Cobrowsing

Open links in Remote Browser and more

RemoteHQ - Instant Cobrowsingคืออะไร?

RemoteHQ - Instant Cobrowsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RemoteHQ และคุณลักษณะหลักของมันคือ "Open links in Remote Browser and more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RemoteHQ - Instant Cobrowsing

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

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

                        Overview

Start co-browsing with one click. Invite others to co-browse instantly with a link.

RemoteHQ is an all-in-one collaborative browsing platform for remote and hybrid team members. Our customers get the fastest, most intuitive tools for synchronous communication that saves time and gets work done. Join the growing list of high performance teams replacing traditional screen-sharing with RemoteHQ's co-browsing technology. 

With the RemoteHQ Chrome extension you can instantly collaborate on any website.

KEY FEATURES
✨ Start cobrowsing with one-click
🔗 Invite others to join with an instant link
⚔️ Display multiple cursors, in real-time
📝 Draw and annotate on the screen
🔒 Mask sensitive info with privacy mode
🎦 Video record cobrowsing sessions
🚀 Persist browsing sessions, over time
🤝 Launch video conferencing session without disruption
🗓️ Integrate calendar invites with links to a RemoteHQ video conferencing room

HOW IT WORKS
- RemoteHQ is revolutionizing web browsing with its Remote Browser.
- Our Remote Browser is a multiplayer cloud-based browser.
- Remote Browser opens up cursor-controlled access for all.

ADDITIONAL BENEFITS
✔️ Optimized for speed
✔️ Secure
✔️ No Download
✔️ No Pixelation or Freezing

TEAM COLLABORATION
- Start an internal collaboration session from any where on the web
- Convene over GitHub, Salesforce, Figma, anywhere, in real time.
- Protect IP with enterprise-grade security

CUSTOMER SERVICE TROUBLESHOOTING
- Solve problems while on the same page with your customer, literally
- Automatically create files complete with notes, messages, uploads, etc.
- Share the summary with your customer to as a continuous reference.

ONBOARDING & TRAINING
- Allow those being on-boarded to follow along with ease
- Show them how, then hand them the reins
- Create a digital trail for every call and reference it in the cloud or export it to share with others.

REMOTE SELLING
- Transform your product walkthrough into a multi-player experience
- Automatically create a reference file complete with notes, messages, uploads, and anything else accessed during a demo
- Integrate with Salesforce

ABOUT REMOTEHQ
RemoteHQ exists to power the future of the way collaborate with our team, customers, and prospects. We recognize that the way we work is changing, and we want to support that change. No longer are we commuting to a central office, working from 9-5pm, and managing fully in-person teams. We are building an online collaboration platform to enable deep collaboration modalities that weren't possible before.                    

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

ชื่อ RemoteHQ - Instant Cobrowsing RemoteHQ - Instant Cobrowsing
ID bblaieaoihlbakigfigaoieenpiafboi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remotehq-instant-cobrowsi/bblaieaoihlbakigfigaoieenpiafboi
คำอธิบาย Open links in Remote Browser and more
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 4.0.3
อัปเดตครั้งล่าสุด 2022-10-28
วันที่เผยแพร่ 2020-06-11
ผู้พัฒนา RemoteHQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.remotehq.com
URL หน้าช่วยเหลือ https://www.remotehq.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.remotehq.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RemoteHQ - Instant Cobrowsing",
    "description": "Open links in Remote Browser and more",
    "short_name": "Open links in Remote Browser and more",
    "version": "4.0.3",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "assets\/rhq-16x16.png",
        "48": "assets\/rhq-48x48.png"
    },
    "background": {
        "service_worker": "\/background\/main.js"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "*:\/\/*.remotehq.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.remotehq.com\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "\/content\/jquery.js",
                "\/content\/rhq-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/rooms.remotehq.com\/*"
            ],
            "js": [
                "\/content\/auth.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/rhq-sygnet.svg"
            ],
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "RemoteHQ",
        "default_popup": "popup\/popup.html"
    }
}