GVSU People Finder

The GVSU people finder, but faster.

Qu'est-ce que GVSU People Finder ?

GVSU People Finder est une extension Chrome développée par GV Web team, et sa fonction principale est "The GVSU people finder, but faster.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GVSU People Finder

Téléchargez les fichiers d'extension GVSU People Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        GVSU People finder, but faster.                    

Informations de Base sur l'Extension

Nom GVSU People Finder GVSU People Finder
ID edhknhlfgahgaidaopengjecfdegkblo
URL Officiel https://chromewebstore.google.com/detail/gvsu-people-finder/edhknhlfgahgaidaopengjecfdegkblo
Description The GVSU people finder, but faster.
Taille du Fichier 40.32 KB
Nombre d'Installations 180
Version Actuelle 1.3.8
Dernière Mise à Jour 2023-04-19
Date de Publication 2018-03-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur GV Web team
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "browser_action": {
        "default_icon": "people48.png",
        "default_popup": "peoplefinder.html"
    },
    "content_security_policy": "script-src https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.8.3\/jquery.min.js 'self'; object-src 'self'",
    "description": "The GVSU people finder, but faster.",
    "icons": {
        "128": "people128.png",
        "16": "people16.png",
        "48": "people48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQClr2NE8PZnj0LbIBW9ae2QA\/wYb58b1JYHCgzseSssBM9iB05f0k0S49FkX2o\/FNNSK8ch9Q6T8o3nRW7RLEXmKGKNvcdDrBflvsxWcazNtUnejINN7k+BZyH7gCg9fW+NKLcvS3+9WtVKzT8M2tAf5Ew1Z+HBGPiOvAZ4FZ1Z3QIDAQAB",
    "manifest_version": 2,
    "name": "GVSU People Finder",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.gvsu.edu\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8"
}