General Collaboration

General Collaboration

General Collaboration là gì?

General Collaboration là một tiện ích mở rộng Chrome được phát triển bởi https://gc.me, và tính năng chính của nó là "General Collaboration".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng General Collaboration

Tải xuống các tệp mở rộng General Collaboration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên General Collaboration General Collaboration
ID okjfgpphjfojbmnokcacnpiohfcejcid
URL Chính Thức https://chromewebstore.google.com/detail/general-collaboration/okjfgpphjfojbmnokcacnpiohfcejcid
Mô tả General Collaboration
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 2.8.1
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-02-27
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://gc.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gc.me
URL Trang Chính Sách Bảo Mật https://generalcollaboration.notion.site/General-Collaboration-Company-Privacy-Policy-bd601267455e4611ae32bddd11a54f2f
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}