Linkwork - collaborative web browsing

Tool for collaborative web browsing and instant link sharing

Co je Linkwork - collaborative web browsing?

Linkwork - collaborative web browsing je rozšíření Chrome vyvinuté https://joinlinkwork.com, a jeho hlavní funkcí je „Tool for collaborative web browsing and instant link sharing“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Linkwork - collaborative web browsing

Stáhněte si soubory rozšíření Linkwork - collaborative web browsing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Linkwork - collaborative web browsing Linkwork - collaborative web browsing
ID ecmleophaaakekpnibjhmcookecnemje
Oficiální URL https://chromewebstore.google.com/detail/linkwork-collaborative-we/ecmleophaaakekpnibjhmcookecnemje
Popis Tool for collaborative web browsing and instant link sharing
Velikost souboru 1.15 MB
Počet instalací 75
Aktuální Verze 0.0.0.4
Poslední Aktualizace 2021-12-09
Datum Vydání 2021-11-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://joinlinkwork.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.joinlinkwork.com
URL Stránky Nápovědy http://www.joinlinkwork.com/userguide
URL Stránky Zásad Ochrany Soukromí https://joinlinkwork.com/privacy_policy
Podporované Jazyky 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'"
}