General Collaboration

General Collaboration

Vad är General Collaboration?

General Collaboration är en Chrome-tillägg utvecklad av https://gc.me, och dess huvudfunktion är "General Collaboration".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner General Collaboration-förlängningens CRX-fil

Ladda ner General Collaboration-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

                        @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].                    

Grundläggande Information om Tillägg

Namn General Collaboration General Collaboration
ID okjfgpphjfojbmnokcacnpiohfcejcid
Officiell webbadress https://chromewebstore.google.com/detail/general-collaboration/okjfgpphjfojbmnokcacnpiohfcejcid
Beskrivning General Collaboration
Filstorlek 1.38 MB
Antal Installationer 97
Aktuell Version 2.8.1
Senast Uppdaterad 2024-03-02
Publiceringsdatum 2023-02-27
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare https://gc.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gc.me
URL till Sekretesspolicy Sidan https://generalcollaboration.notion.site/General-Collaboration-Company-Privacy-Policy-bd601267455e4611ae32bddd11a54f2f
Stödda Språk 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"
            ]
        }
    ]
}