General Collaboration

General Collaboration

Qu'est-ce que General Collaboration ?

General Collaboration est une extension Chrome développée par https://gc.me, et sa fonction principale est "General Collaboration".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension General Collaboration

Téléchargez les fichiers d'extension General Collaboration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom General Collaboration General Collaboration
ID okjfgpphjfojbmnokcacnpiohfcejcid
URL Officiel https://chromewebstore.google.com/detail/general-collaboration/okjfgpphjfojbmnokcacnpiohfcejcid
Description General Collaboration
Taille du Fichier 1.38 MB
Nombre d'Installations 97
Version Actuelle 2.8.1
Dernière Mise à Jour 2024-03-02
Date de Publication 2023-02-27
Évaluation 5.00/5 Total 12 Évaluations
Développeur https://gc.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gc.me
URL de la Page de Politique de Confidentialité https://generalcollaboration.notion.site/General-Collaboration-Company-Privacy-Policy-bd601267455e4611ae32bddd11a54f2f
Langues Prises en Charge 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"
            ]
        }
    ]
}