EnjazPlus

Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.

EnjazPlusคืออะไร?

EnjazPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enjaz Plus และคุณลักษณะหลักของมันคือ "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EnjazPlus

ดาวน์โหลดไฟล์ส่วนขยาย EnjazPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EnjazPlus EnjazPlus
ID oafbpbmbacpfmjgmffmngnlcflhffcfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi
คำอธิบาย Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
ขนาดไฟล์ 59.27 KB
จำนวนการติดตั้ง 385
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2023-09-18
วันที่เผยแพร่ 2023-05-03
ผู้พัฒนา Enjaz Plus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EnjazPlus",
    "version": "0.2.5",
    "description": "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "background"
    ],
    "host_permissions": [
        "http:\/\/localhost:4400\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/enjazplus.com\/*",
        "https:\/\/visa.mofa.gov.sa\/*",
        "https:\/\/app.lmis.gov.et\/",
        "https:\/\/lmis.gov.et\/",
        "https:\/\/wafid.com\/*",
        "https:\/\/www.wafid.com\/*",
        "https:\/\/tawtheeq.musaned.com.sa\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4400\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/enjazplus.com\/*",
                "https:\/\/visa.mofa.gov.sa\/*",
                "https:\/\/app.lmis.gov.et\/*",
                "https:\/\/lmis.gov.et\/*",
                "https:\/\/wafid.com\/*",
                "https:\/\/www.wafid.com\/*",
                "https:\/\/tawtheeq.musaned.com.sa\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/play.png",
                "assets\/delete.png",
                "assets\/save.png"
            ],
            "matches": [
                "http:\/\/localhost:4400\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/enjazplus.com\/*",
                "https:\/\/visa.mofa.gov.sa\/*",
                "https:\/\/app.lmis.gov.et\/*",
                "https:\/\/lmis.gov.et\/*",
                "https:\/\/wafid.com\/*",
                "https:\/\/www.wafid.com\/*",
                "https:\/\/tawtheeq.musaned.com.sa\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/enjazPLogoGreen.png",
        "default_title": "Enjaz+",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/enjazPLogoGreen.png"
    },
    "manifest_version": 3
}