EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
Wat is EnjazPlus?
EnjazPlus is een Chrome-extensie ontwikkeld door Enjaz Plus, en de belangrijkste functie is "Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie EnjazPlus
Download EnjazPlus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms. Basisinformatie over de Extensie
| Naam | |
| ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Officiële URL | https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Beschrijving | Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites. |
| Bestandsgrootte | 59.27 KB |
| Aantal Installaties | 385 |
| Huidige Versie | 0.2.5 |
| Laatst Bijgewerkt | 2023-09-18 |
| Publicatiedatum | 2023-05-03 |
| Ontwikkelaar | Enjaz Plus |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |