GoProfiles

The official goprofiles.io browser extension.

GoProfilesคืออะไร?

GoProfiles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goprofiles.io และคุณลักษณะหลักของมันคือ "The official goprofiles.io browser extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoProfiles

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}