ILGMS Drafting Helper Plugin

A tool for creating drafting templates in ILGMS

¿Qué es ILGMS Drafting Helper Plugin?

ILGMS Drafting Helper Plugin es una extensión de Chrome desarrollada por vipinklm, y su función principal es "A tool for creating drafting templates in ILGMS".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ILGMS Drafting Helper Plugin

Descarga archivos de extensión ILGMS Drafting Helper Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ഈ Plugin , ILGMS ഡ്രാഫ്റ്റിംഗ് template തയ്യാറാക്കുന്നതിന് സഹായിക്കാന്‍  വേണ്ടി മാത്രം ഉള്ളതാണ് , ഇത് ഉപയോഗിച്ച് തയ്യാറാക്കുന്ന സര്‍ട്ടിഫിക്കറ്റുകളുടെ ഫോര്‍മാറ്റ് , ഉള്ളടക്കം എന്നിവയുടെ പൂര്‍ണ്ണ ഉത്തരവാദിത്വം, അത്  തയ്യാറാക്കുന്നവരുടെ മാത്രം ആണ്                    

Información Básica de la Extensión

Nombre ILGMS Drafting Helper Plugin ILGMS Drafting Helper Plugin
ID pnijggmppeokifepjnnljgocbefkgncm
URL Oficial https://chromewebstore.google.com/detail/ilgms-drafting-helper-plu/pnijggmppeokifepjnnljgocbefkgncm
Descripción A tool for creating drafting templates in ILGMS
Tamaño del Archivo 404 KB
Cantidad de Instalaciones 5,647
Versión Actual 1.0.1
Última Actualización 2023-01-01
Fecha de Publicación 2022-12-28
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador vipinklm
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ILGMS Drafting Helper Plugin",
    "version": "1.0.1",
    "description": "A tool for creating drafting templates in ILGMS",
    "manifest_version": 3,
    "author": "BhagyanathVadakkan",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ILGMS Drafting Helper Plugin",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "copy.js",
                "lbsettings.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com\/;"
    }
}