General Collaboration

General Collaboration

What is General Collaboration?

General Collaboration is a Chrome extension developed by https://gc.me, and its main feature is "General Collaboration".

Extension Screenshots

screenshot
screenshot

Download General Collaboration Extension CRX File

Download General Collaboration 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

                        @mention anything from anywhere and see all your @mentions in one place

GC helps you respond to comments 2x as fast and easily find and link to the information your team needs — all without disrupting your workflow. Your work is fragmented across countless apps, but with GC's cross-app integrations you can @mention anything from inside all your teams favorite apps.

GC integrates with a wide range of popular work apps and is constantly adding support for new apps. GC is built for Chrome and Chromium-based browsers, it is not intended to be used at the same time as other Chrome Extensions, and is not intended for offline use. 

- - - - -

At GC we take security and privacy very seriously and we do not and will never sell your data. Learn more about our practices around data security and privacy at https://gc.me/security.

Learn more about GC at http://www.gc.me or contact us at [email protected].                    

Extension Basic Information

Name General Collaboration General Collaboration
ID okjfgpphjfojbmnokcacnpiohfcejcid
Official URL https://chromewebstore.google.com/detail/general-collaboration/okjfgpphjfojbmnokcacnpiohfcejcid
Description General Collaboration
File Size 1.38 MB
Installation Count 97
Current Version 2.8.1
Last Updated 2024-03-02
Publish Date 2023-02-27
Rating 5.00/5 Total 12 Ratings
Developer https://gc.me
Email [email protected]
Payment Type free
Extension Website https://gc.me
Privacy Policy Page URL https://generalcollaboration.notion.site/General-Collaboration-Company-Privacy-Policy-bd601267455e4611ae32bddd11a54f2f
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f58704f6.png",
        "32": "icon32.plasmo.c2d2aa82.png",
        "48": "icon48.plasmo.8db365f9.png",
        "64": "icon64.plasmo.a671a8cd.png",
        "128": "icon128.plasmo.f86e3ae6.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f58704f6.png",
            "32": "icon32.plasmo.c2d2aa82.png",
            "48": "icon48.plasmo.8db365f9.png",
            "64": "icon64.plasmo.a671a8cd.png",
            "128": "icon128.plasmo.f86e3ae6.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.8.1",
    "author": "Plasmo Corp. ",
    "name": "General Collaboration",
    "description": "General Collaboration",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.figma.com\/*"
            ],
            "js": [
                "figma.fae98d83.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ui.2af2e05e.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3001\/*",
            "https:\/\/app.gc.me\/*"
        ]
    },
    "host_permissions": [
        "",
        "wss:\/\/*\/*"
    ],
    "minimum_chrome_version": "116",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1Mliw\/kBsRZlziWvt8m0aeUa9Q3MdgWcUME0OcIKXfZYqV6lZ52iMVUy\/Pv+tZxzr2B0r9k8E7+5H23ZjoR6vhSAxMIgagSVvgYqerE6w5hX9bDqSAn2Qo759ctC6AjIvQLZEifhKTxbS0aKffY9\/JmzFpKxF5s\/Gsq6cD5fd38J\/P+4aZgDv9blTIzKgU8rlqNG6CfBt+83hJfcSeACU5uxisPNdvJeAMt5AYaumLcJyacYCH6IUk4SXH8L\/7P3SW1ednp5dQ7leyFwOfbijVFkWHWfHtfcVwh1vL\/bqS\/g0DcrxrldPOHFy4wEIFZ+u2p7VH\/eHh4qcVishWESQIDAQAB",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.figma.com\/*"
            ],
            "resources": [
                "figma.5f52c3dc.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "auto-track.ddfce57a.js",
                "query-string.8a740d07.js",
                "routing-middleware.db146fae.js",
                "ajs-destination.40fabc62.js",
                "legacy-video-plugins.c323675a.js",
                "index.umd.ab1f8f2a.js",
                "schema-filter.5202d030.js",
                "remote-middleware.6404a856.js",
                "figma.5f52c3dc.css"
            ]
        }
    ]
}