GoProfiles

The official goprofiles.io browser extension.

GoProfiles là gì?

GoProfiles là một tiện ích mở rộng Chrome được phát triển bởi https://goprofiles.io, và tính năng chính của nó là "The official goprofiles.io browser extension.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng GoProfiles 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

                        GoProfiles® fosters employee connection through meaningful information, peer recognition, and milestone celebrations. When installed you'll easily be able to search up coworkers on all sites.                    

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

Tên GoProfiles GoProfiles
ID enkacdoaheoafkgnebkjglljpgfmkpgn
URL Chính Thức https://chromewebstore.google.com/detail/goprofiles/enkacdoaheoafkgnebkjglljpgfmkpgn
Mô tả The official goprofiles.io browser extension.
Kích Thước Tệp 2.53 MB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2022-11-14
Nhà Phát Triển https://goprofiles.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.goprofiles.io
URL Trang Trợ Giúp https://www.goprofiles.io/technical
URL Trang Chính Sách Bảo Mật https://www.golinks.io/privacy.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoProfiles",
    "description": "The official goprofiles.io browser extension.",
    "homepage_url": "http:\/\/www.goprofiles.io",
    "version": "0.0.7",
    "icons": {
        "16": "icons\/goprofiles-logo-16.png",
        "32": "icons\/goprofiles-logo-32.png",
        "128": "icons\/goprofiles-logo-128.png",
        "256": "icons\/goprofiles-logo-256.png",
        "512": "icons\/goprofiles-logo-512.png"
    },
    "action": {
        "default_icon": "icons\/goprofiles-logo-512.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go\/@"
    },
    "host_permissions": [
        "*:\/\/*.github.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.atlassian.net\/*",
        "*:\/\/*.slack.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src https:\/\/*.goprofiles.io; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*",
                "*:\/\/github.com\/*"
            ],
            "js": [
                "github.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "jira.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "slack.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon16.png",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}