Linkwork - collaborative web browsing

Tool for collaborative web browsing and instant link sharing

O que é Linkwork - collaborative web browsing?

Linkwork - collaborative web browsing é uma extensão do Chrome desenvolvida por https://joinlinkwork.com, e sua principal característica é "Tool for collaborative web browsing and instant link sharing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Linkwork - collaborative web browsing

Baixe arquivos de extensão Linkwork - collaborative web browsing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Linkwork - collaborative web browsing Linkwork - collaborative web browsing
ID ecmleophaaakekpnibjhmcookecnemje
URL Oficial https://chromewebstore.google.com/detail/linkwork-collaborative-we/ecmleophaaakekpnibjhmcookecnemje
Descrição Tool for collaborative web browsing and instant link sharing
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 75
Versão Atual 0.0.0.4
Última Atualização 2021-12-09
Data de Publicação 2021-11-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://joinlinkwork.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.joinlinkwork.com
URL da Página de Ajuda http://www.joinlinkwork.com/userguide
URL da Página de Política de Privacidade https://joinlinkwork.com/privacy_policy
Idiomas Suportados 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'"
}