Collabwriting - Shareable Notes on Web Pages

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

Vad är Collabwriting - Shareable Notes on Web Pages?

Collabwriting - Shareable Notes on Web Pages är en Chrome-tillägg utvecklad av https://collabwriting.com, och dess huvudfunktion är "Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Collabwriting - Shareable Notes on Web Pages-förlängningens CRX-fil

Ladda ner Collabwriting - Shareable Notes on Web Pages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Collabwriting - Shareable Notes on Web Pages Collabwriting - Shareable Notes on Web Pages
ID jjefmmjicedljonbpdoeceklnhobmolo
Officiell webbadress https://chromewebstore.google.com/detail/collabwriting-shareable-n/jjefmmjicedljonbpdoeceklnhobmolo
Beskrivning Collabwriting is a browser extension that helps you create shareable notes and highlights on any web page online.
Filstorlek 1.68 MB
Antal Installationer 1,094
Aktuell Version 3.12.3.0
Senast Uppdaterad 2024-02-13
Publiceringsdatum 2022-01-19
Betyg 5.00/5 Totalt 26 Betyg
Utvecklare https://collabwriting.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://collabwriting.com
Hjälpsida URL https://help.collabwriting.com
URL till Sekretesspolicy Sidan https://collabwriting.com/legal/privacy-policy
Stödda Språk 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"
    ]
}