Collabwriting - Shareable Notes on Web Pages

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

What is Collabwriting - Shareable Notes on Web Pages?

Collabwriting - Shareable Notes on Web Pages is a Chrome extension developed by https://collabwriting.com, and its main feature is "Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Collabwriting - Shareable Notes on Web Pages Extension CRX File

Download Collabwriting - Shareable Notes on Web Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        📚 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.                    

Extension Basic Information

Name Collabwriting - Shareable Notes on Web Pages Collabwriting - Shareable Notes on Web Pages
ID jjefmmjicedljonbpdoeceklnhobmolo
Official URL https://chromewebstore.google.com/detail/collabwriting-shareable-n/jjefmmjicedljonbpdoeceklnhobmolo
Description Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.
File Size 1.68 MB
Installation Count 1,094
Current Version 3.12.3.0
Last Updated 2024-02-13
Publish Date 2022-01-19
Rating 5.00/5 Total 26 Ratings
Developer https://collabwriting.com
Email [email protected]
Payment Type in_app
Extension Website https://collabwriting.com
Help Page URL https://help.collabwriting.com
Privacy Policy Page URL https://collabwriting.com/legal/privacy-policy
Supported Languages 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"
    ]
}