General Collaboration

General Collaboration

ما هو General Collaboration؟

General Collaboration هو إضافة Chrome تم تطويرها بواسطة https://gc.me، والميزة الرئيسية لها هي "General Collaboration".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة General Collaboration

قم بتنزيل ملفات الامتداد General Collaboration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم General Collaboration General Collaboration
ID okjfgpphjfojbmnokcacnpiohfcejcid
عنوان URL الرسمي https://chromewebstore.google.com/detail/general-collaboration/okjfgpphjfojbmnokcacnpiohfcejcid
الوصف General Collaboration
حجم الملف 1.38 MB
عدد التثبيتات 97
النسخة الحالية 2.8.1
آخر تحديث 2024-03-02
تاريخ النشر 2023-02-27
تقييم 5.00/5 مجموع تقييمات 12
المطور https://gc.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gc.me
عنوان صفحة سياسة الخصوصية https://generalcollaboration.notion.site/General-Collaboration-Company-Privacy-Policy-bd601267455e4611ae32bddd11a54f2f
اللغات المدعومة 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"
            ]
        }
    ]
}