GoProfiles

The official goprofiles.io browser extension.

Wat is GoProfiles?

GoProfiles is een Chrome-extensie ontwikkeld door https://goprofiles.io, en de belangrijkste functie is "The official goprofiles.io browser extension.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GoProfiles

Download GoProfiles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoProfiles GoProfiles
ID enkacdoaheoafkgnebkjglljpgfmkpgn
Officiële URL https://chromewebstore.google.com/detail/goprofiles/enkacdoaheoafkgnebkjglljpgfmkpgn
Beschrijving The official goprofiles.io browser extension.
Bestandsgrootte 2.53 MB
Aantal Installaties 52
Huidige Versie 0.0.7
Laatst Bijgewerkt 2023-11-21
Publicatiedatum 2022-11-14
Ontwikkelaar https://goprofiles.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.goprofiles.io
Help Pagina-URL https://www.goprofiles.io/technical
URL van de Privacybeleid Pagina https://www.golinks.io/privacy.php
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}