ILGMS Drafting Helper Plugin

A tool for creating drafting templates in ILGMS

ILGMS Drafting Helper Plugin là gì?

ILGMS Drafting Helper Plugin là một tiện ích mở rộng Chrome được phát triển bởi vipinklm, và tính năng chính của nó là "A tool for creating drafting templates in ILGMS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ILGMS Drafting Helper Plugin

Tải xuống các tệp mở rộng ILGMS Drafting Helper Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ILGMS Drafting Helper Plugin ILGMS Drafting Helper Plugin
ID pnijggmppeokifepjnnljgocbefkgncm
URL Chính Thức https://chromewebstore.google.com/detail/ilgms-drafting-helper-plu/pnijggmppeokifepjnnljgocbefkgncm
Mô tả A tool for creating drafting templates in ILGMS
Kích Thước Tệp 404 KB
Số Lần Cài Đặt 5,647
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-01
Ngày Phát Hành 2022-12-28
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển vipinklm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/;"
    }
}