GoProfiles

The official goprofiles.io browser extension.

Was ist GoProfiles?

GoProfiles ist eine Chrome-Erweiterung, die von https://goprofiles.io entwickelt wurde, und ihr Hauptmerkmal ist "The official goprofiles.io browser extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GoProfiles-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoProfiles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GoProfiles GoProfiles
ID enkacdoaheoafkgnebkjglljpgfmkpgn
Offizielle URL https://chromewebstore.google.com/detail/goprofiles/enkacdoaheoafkgnebkjglljpgfmkpgn
Beschreibung The official goprofiles.io browser extension.
Dateigröße 2.53 MB
Installationsanzahl 52
Aktuelle Version 0.0.7
Letztes Update 2023-11-21
Veröffentlichungsdatum 2022-11-14
Entwickler https://goprofiles.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.goprofiles.io
Hilfeseite URL https://www.goprofiles.io/technical
URL der Datenschutzrichtlinien-Seite https://www.golinks.io/privacy.php
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}