iGPlus

Enhance your iGPmanager experience

Cos'è iGPlus?

iGPlus è un'estensione di Chrome sviluppata da RoboTo, e la sua funzione principale è "Enhance your iGPmanager experience".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iGPlus

Scarica i file di estensione iGPlus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension enhances your IGP Manager experience by providing useful information and shortcuts at your fingertips.

NOTE: iGPlus is developed independently and is not officially endorsed by or affiliated with igpmanager.com.                    

Informazioni di Base sull'Estensione

Nome iGPlus iGPlus
ID onlpmknkfokbdljeekgdjjnfekehfdfh
URL Ufficiale https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh
Descrizione Enhance your iGPmanager experience
Dimensione del File 4.73 MB
Conteggio Installazioni 652
Versione Corrente 1.5.24
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2022-09-27
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore RoboTo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iGPlus",
    "version": "1.5.24",
    "description": "Enhance your iGPmanager experience",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUe8HeNjRMPeZa7maP\/SFuVuN9d8Zi\/76LVeI5lv5ycUwvz6vATphN42paO61NNzxcuGKWFhq59yIwS145zbUTEuErt4g6shq10rn62pkagkmQc3JnVz\/ZiB95N81ljsuyXwI5HUtYkeHdMdduhYnQNE0ZPF24+ybcEDfDASnfMOqgxnajKNEAk4DKp33yX5Qb0xPfOd8p40cm1esMMwtIlO3GAf4QCRFirXqPqvgjkMLFwnFivIKAHywTKLnn9+ELhLXvDIoi4ZmdWgRhyqaFoDJtkef\/YWbk4XIt30efdSejzViviLcfK6O+I1\/+zIhEFpYthj5GqAhuwxdelROQIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icons": {
            "128": "images\/Icon128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/igpmanager.com\/*"
    ],
    "icons": {
        "128": "images\/Icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/igpmanager.com\/*"
            ],
            "resources": [
                "*.png",
                "*.PNG",
                "*.svg",
                "*.css",
                "*.js"
            ]
        }
    ]
}