Linkwork - collaborative web browsing

Tool for collaborative web browsing and instant link sharing

Hvad er Linkwork - collaborative web browsing?

Linkwork - collaborative web browsing er en Chrome-udvidelse udviklet af https://joinlinkwork.com, og dens hovedfunktion er "Tool for collaborative web browsing and instant link sharing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Linkwork - collaborative web browsing-udvidelses-CRX-fil

Download Linkwork - collaborative web browsing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Linkwork - collaborative web browsing Linkwork - collaborative web browsing
ID ecmleophaaakekpnibjhmcookecnemje
Officiel URL https://chromewebstore.google.com/detail/linkwork-collaborative-we/ecmleophaaakekpnibjhmcookecnemje
Beskrivelse Tool for collaborative web browsing and instant link sharing
Filstørrelse 1.15 MB
Antal Installationer 75
Nuværende Version 0.0.0.4
Senest Opdateret 2021-12-09
Udgivelsesdato 2021-11-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://joinlinkwork.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.joinlinkwork.com
Hjælpeside-URL http://www.joinlinkwork.com/userguide
URL til Fortrolighedspolitik Side https://joinlinkwork.com/privacy_policy
Understøttede Sprog 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'"
}