ILGMS Drafting Helper Plugin

A tool for creating drafting templates in ILGMS

ILGMS Drafting Helper Plugin क्या है?

ILGMS Drafting Helper Plugin vipinklm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for creating drafting templates in ILGMS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ILGMS Drafting Helper Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम ILGMS Drafting Helper Plugin ILGMS Drafting Helper Plugin
ID pnijggmppeokifepjnnljgocbefkgncm
आधिकारिक URL https://chromewebstore.google.com/detail/ilgms-drafting-helper-plu/pnijggmppeokifepjnnljgocbefkgncm
विवरण A tool for creating drafting templates in ILGMS
फ़ाइल का आकार 404 KB
स्थापना संख्या 5,647
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-01-01
प्रकाशन तिथि 2022-12-28
रेटिंग 4.75/5 कुल 8 रेटिंग्स
डेवलपर vipinklm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/;"
    }
}