EnjazPlus
Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.
Co to jest EnjazPlus?
EnjazPlus to rozszerzenie Chrome opracowane przez Enjaz Plus, a jego główną funkcją jest „Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EnjazPlus
Pobierz pliki rozszerzeń EnjazPlus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
EnjazPlus Extension for easily transferring data between EnjazPlus, Saudi mofa.enjaz, Musaned and E-LMIS platforms. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Oficjalny URL | https://chromewebstore.google.com/detail/enjazplus/oafbpbmbacpfmjgmffmngnlcflhffcfi |
| Opis | Transfer Data Between Visa Platform, Musaned, LMIS, Wafid and EnjazPlus websites. |
| Rozmiar pliku | 59.27 KB |
| Liczba instalacji | 385 |
| Aktualna Wersja | 0.2.5 |
| Ostatnia Aktualizacja | 2023-09-18 |
| Data Publikacji | 2023-05-03 |
| Deweloper | Enjaz Plus |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |