EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
Vad är EnjazPlus?
EnjazPlus är en Chrome-tillägg utvecklad av Enjaz Plus, och dess huvudfunktion är "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.".
Tilläggsskärmbilder
Ladda ner EnjazPlus-förlängningens CRX-fil
Ladda ner EnjazPlus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms. Grundläggande Information om Tillägg
| Namn | |
| ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Officiell webbadress | https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Beskrivning | Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites. |
| Filstorlek | 59.27 KB |
| Antal Installationer | 385 |
| Aktuell Version | 0.2.5 |
| Senast Uppdaterad | 2023-09-18 |
| Publiceringsdatum | 2023-05-03 |
| Utvecklare | Enjaz Plus |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |