GoProfiles

The official goprofiles.io browser extension.

什麼是GoProfiles?

GoProfiles是由https://goprofiles.io開發的Chrome擴展程式,該擴展的主要功能是“The official goprofiles.io browser extension.”。

擴展截圖

screenshot
screenshot
screenshot

下載GoProfiles擴展crx文件

下載GoProfiles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GoProfiles GoProfiles
ID enkacdoaheoafkgnebkjglljpgfmkpgn
官方網址 https://chromewebstore.google.com/detail/goprofiles/enkacdoaheoafkgnebkjglljpgfmkpgn
簡介 The official goprofiles.io browser extension.
檔案大小 2.53 MB
安裝次數 52
目前版本 0.0.7
更新時間 2023-11-21
上架時間 2022-11-14
開發者 https://goprofiles.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.goprofiles.io
說明頁面URL https://www.goprofiles.io/technical
隱私政策頁面URL https://www.golinks.io/privacy.php
支援的語言 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": [
                ""
            ]
        }
    ]
}