Linkwork - collaborative web browsing

Tool for collaborative web browsing and instant link sharing

什麼是Linkwork - collaborative web browsing?

Linkwork - collaborative web browsing是由https://joinlinkwork.com開發的Chrome擴展程式,該擴展的主要功能是“Tool for collaborative web browsing and instant link sharing”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Linkwork - collaborative web browsing擴展crx文件

下載Linkwork - collaborative web browsing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Linkwork is a tool for browsing the web collaboratively and interactively with friends, coworkers or customers. It enables instant live sharing of the web page links with others in a room. 

When joined in a room you can:
- Preview other participants' visiting pages instantly.
- Sync your tab to a participant to automatically follow their pages. 
- Chat with other participants on any page. Drop a page preview in the chat window.
- Receive a report of the messages and dropped pages in your email once room ends.

See demos of applications here: 
- Online shopping with friends: https://youtu.be/BewHFuQE8YY
- Google map sync to a participants: https://youtu.be/XMdnDu5Ul4M
- Instant link sharing in Clubhouse or Instagram: https://youtu.be/-9OIBjaoyFI

------------------------------------------
Rooms can be started as private or public. In private rooms, links and messages are shared between invited participants, while in public room anyone with room url can join as audience. 

Sync feature is similar to screen sharing (in Zoom, Microsoft Teams etc.) but you can also interact with pages instead of just watching.

* Linkwork does not mirror the pages to other users, collect or share data from your pages (see privacy policy). Your data is only collected and shared when you are in a room.

If "Generate report" is enabled by the room moderator, a report of the page messages and liked pages will be emailed to all joined participants. This report page will be available permanently. In public rooms, audiences who request will also receive a link to the report page. 
------------------------------------------
Linkwork 用于与朋友、同事或客户以社交、协作和交互方式浏览网络。它可以与房间中的其他人即时共享您访问页面的链接。

Linkwork es para navegar por la web de forma social, colaborativa e interactiva con amigos, compañeros de trabajo o clientes. Permite compartir instantáneamente los enlaces de sus páginas de visita con otras personas en una habitación.

Linkwork permet de naviguer sur le Web de manière sociale, collaborative et interactive avec des amis, des collègues ou des clients. Il permet le partage instantané des liens de vos pages de visite avec d'autres dans une salle.

Linkwork Team                    

擴展基本資訊

名稱 Linkwork - collaborative web browsing Linkwork - collaborative web browsing
ID ecmleophaaakekpnibjhmcookecnemje
官方網址 https://chromewebstore.google.com/detail/linkwork-collaborative-we/ecmleophaaakekpnibjhmcookecnemje
簡介 Tool for collaborative web browsing and instant link sharing
檔案大小 1.15 MB
安裝次數 75
目前版本 0.0.0.4
更新時間 2021-12-09
上架時間 2021-11-08
評分 5.00/5 共 2 次評分
開發者 https://joinlinkwork.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.joinlinkwork.com
說明頁面URL http://www.joinlinkwork.com/userguide
隱私政策頁面URL https://joinlinkwork.com/privacy_policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkwork - collaborative web browsing",
    "description": "Tool for collaborative web browsing and instant link sharing",
    "version": "0.0.0.4",
    "icons": {
        "16": "images\/ICON16.png",
        "48": "images\/ICON48.png",
        "128": "images\/ICON128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery.js",
                "foregroundURL.js",
                "\/static\/js\/runtime-foreground.591aa985.js",
                "\/static\/js\/0.b52248e9.chunk.js",
                "\/static\/js\/6.75207c5c.chunk.js",
                "\/static\/js\/foreground.f4b93240.chunk.js",
                "\/static\/js\/runtime-foreground.591aa985.js",
                "\/static\/js\/0.b52248e9.chunk.js",
                "\/static\/js\/6.75207c5c.chunk.js",
                "\/static\/js\/foreground.f4b93240.chunk.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}