EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
EnjazPlus là gì?
EnjazPlus là một tiện ích mở rộng Chrome được phát triển bởi Enjaz Plus, và tính năng chính của nó là "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EnjazPlus
Tải xuống các tệp mở rộng EnjazPlus 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
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EnjazPlus |
ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
URL Chính Thức | https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi |
Mô tả | Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites. |
Kích Thước Tệp | 59.27 KB |
Số Lần Cài Đặt | 385 |
Phiên Bản Hiện Tại | 0.2.5 |
Cập Nhật Lần Cuối | 2023-09-18 |
Ngày Phát Hành | 2023-05-03 |
Nhà Phát Triển | Enjaz Plus |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |