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
公式URL 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
Eメール [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'"
}