Multigual Interpreter Extension
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
ما هو Multigual Interpreter Extension؟
Multigual Interpreter Extension هو إضافة Chrome تم تطويرها بواسطة development، والميزة الرئيسية لها هي "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multigual Interpreter Extension
قم بتنزيل ملفات الامتداد Multigual Interpreter Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication problems. It also provides an additional layer of security by verifying the user's authenticity before allowing access to the application. With this extension, employees can work efficiently and securely, ensuring business continuity.
معلومات أساسية عن التمديد
الاسم | Multigual Interpreter Extension |
ID | jhanhfphenjhghflpeldoiklkikkjbpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb |
الوصف | This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication… |
حجم الملف | 24.11 KB |
عدد التثبيتات | 332 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-01-27 |
تاريخ النشر | 2023-01-19 |
المطور | development |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Multigual Interpreter Extension", "version": "1.2", "icons": { "16": ".\/public\/favicon-16x16.png", "32": ".\/public\/favicon-32x32.png" }, "host_permissions": [ "*:\/\/www.facetok.com\/*" ], "permissions": [ "storage", "windows", "tabs", "webNavigation" ], "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.facetok.com\/interpreter\/dashboard" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "js": [ "popup.js" ] } } |