EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
What is EnjazPlus?
EnjazPlus is a Chrome extension developed by Enjaz Plus, and its main feature is "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.".
Extension Screenshots
Download EnjazPlus Extension CRX File
Download EnjazPlus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms.
Extension Basic Information
Name | EnjazPlus |
ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
Official URL | https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi |
Description | Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites. |
File Size | 59.27 KB |
Installation Count | 385 |
Current Version | 0.2.5 |
Last Updated | 2023-09-18 |
Publish Date | 2023-05-03 |
Developer | Enjaz Plus |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |