EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
什麼是EnjazPlus?
EnjazPlus是由Enjaz Plus開發的Chrome擴展程式,該擴展的主要功能是“Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.”。
擴展截圖
下載EnjazPlus擴展crx文件
下載EnjazPlus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms. 擴展基本資訊
| 名稱 | |
| ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
| 官方網址 | 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
} | |