Collabwriting - Shareable Notes on Web Pages

Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.

¿Qué es Collabwriting - Shareable Notes on Web Pages?

Collabwriting - Shareable Notes on Web Pages es una extensión de Chrome desarrollada por https://collabwriting.com, y su función principal es "Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Collabwriting - Shareable Notes on Web Pages

Descarga archivos de extensión Collabwriting - Shareable Notes on Web Pages en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        📚 HIGHLIGHTING AND SAVING
➜ Highlight and Save - Easily highlight important text from various webpages and PDFs 

🙌 COLLABORATION AND ORGANIZATION
➜ Leave comments - Write as many comments per highlight as you need and save the data for later
➜ Share and Collaborate - Create public links, add permissions to specific users, and get insights from everyone involved in the research
➜ Drag and Drop - Reorder your snippets for better organization or move them to GoogleDocs, Notion, Gmail, Outlook, and a lot more supported apps
➜ Searchable System - Organize highlights into different topics or Clusters, add tags, and search for them later

⚡️ INTEGRATION AND RESEARCH ASSISTANCE
➜ AI research suggestions - Check out the in-app AI suggestions and see if they can bring you one step closer to finding the answer
➜ Integration with LinkedIn, Twitter, Reddit, YouTube - Save posts in a single click and locate them even when you’re not logged in
➜ Traceable History - Everything is saved, tracked, and organized for easy access and reference
➜ Import Highlights from Kindle - You can now import all your Kindle highlights and notes in Collabwriting and start collaborating over them as well

⚙️ EXPORTING AND SHARING
➜ Simple Export - Export your highlights to a PDF, Notion, or Google Doc with a single click


💪 GO PRO
If you want to get even more from Collabwriting you can buy PRO Subscription and get:
➜ Unlimited contributors
➜ Topic history
➜ Export to PDF & Print topics
➜ Contributor-level access roles
➜ And much more!


🔍 USE CASES

➜ Content Marketers - They can use it to highlight important text on webpages and PDFs during online research, which can help when creating content. If they're working in a team, they can highlight parts needing changes and add comments to improve the content together. Plus, when sharing ideas, they can highlight and comment to explain things better to their team.

➜ Lawyers - For lawyers, Collabwriting is a versatile tool that simplifies legal work. They can efficiently analyze and understand important information by highlighting important sections of legal documents and cases and adding comments for context.

➜ Consultants - Collabwriting enables consultants to easily gather important insights from various sources, improve collaboration by highlighting crucial sections in reports with explanatory comments, and simplify client presentations by integrating contextualized data. It is also a valuable tool for conducting industry research more efficiently, easily cross-referencing information, and communicating with clients more effectively by sharing highlighted content.

➜ Student Researchers - Collabwriting is invaluable for student researchers, offering efficient highlighting for summarizing key points in academic resources. It facilitates collaboration in group projects by allowing collective highlighting and commenting on research material, while also aiding thesis and paper writing by serving as a reference hub during the writing process.                    

Información Básica de la Extensión

Nombre Collabwriting - Shareable Notes on Web Pages Collabwriting - Shareable Notes on Web Pages
ID jjefmmjicedljonbpdoeceklnhobmolo
URL Oficial https://chromewebstore.google.com/detail/collabwriting-shareable-n/jjefmmjicedljonbpdoeceklnhobmolo
Descripción Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.
Tamaño del Archivo 1.68 MB
Cantidad de Instalaciones 1,094
Versión Actual 3.12.3.0
Última Actualización 2024-02-13
Fecha de Publicación 2022-01-19
Calificación 5.00/5 Total de 26 Calificaciones
Desarrollador https://collabwriting.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://collabwriting.com
URL de la Página de Ayuda https://help.collabwriting.com
URL de la Página de Política de Privacidad https://collabwriting.com/legal/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collabwriting - Shareable Notes on Web Pages",
    "description": "Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.",
    "version": "3.12.3.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3NMx7QTQJZlUEpKoNu4NDiuHnkhqRUVvDqL5bviS2dOaBDRAVO3Cdd13SSSMMw6ReSF6KhKqFVdizPLiugjeTCSYYm5i00oEaNKI31lriOyA9oiFKuuagHbGE71ceIFoD23+ypx9gnVvR71j+bPAi+iQkG8qown6OBdT12ZiG4NbIbqybO2O9MlHFfWMu4WnfayzW7FoWl298D7qgwCmas13BY5A3fGXcRfV+j8AAdBUFauwh+HsZlnNI4A2eYwrLriUuWarZL3krIwe1344ErnQJv80s61WinGMTtJUWdmFOeFjMMLBwFjocfDPoNP9RbNEn9MjAD9WOJqlUg7AVwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/load.listener.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/popup.js"
            ],
            "exclude_matches": [
                "https:\/\/app.collabwriting.com\/*",
                "https:\/\/cowrite.me\/*",
                "https:\/\/www.cowrite.me\/*",
                "http:\/\/localhost\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/collabwriting.com\/v0.9\/snippet**",
                "https:\/\/www.collabwriting.com\/v0.9\/snippet\/**"
            ],
            "js": [
                "build\/bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/collabwriting.com\/authorizing\/**",
                "https:\/\/www.collabwriting.com\/authorizing\/**"
            ],
            "js": [
                "scripts\/login.listener.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5000\/v\/*",
            "http:\/\/localhost:5000\/auth**",
            "*:\/\/app.collabwriting.com\/v\/**",
            "*:\/\/app.collabwriting.com\/auth**",
            "*:\/\/cowrite.me\/v\/**",
            "*:\/\/cowrite.me\/auth**"
        ]
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "alarms",
        "contextMenus"
    ]
}