eID Chrome OS Extension
Chrome OS extension for the Belgian eID card
ما هو eID Chrome OS Extension؟
eID Chrome OS Extension هو إضافة Chrome تم تطويرها بواسطة https://e-contract.be، والميزة الرئيسية لها هي "Chrome OS extension for the Belgian eID card".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eID Chrome OS Extension
قم بتنزيل ملفات الامتداد eID Chrome OS Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The e-Contract.be BV eID services use this extension to communicate with our eID Chrome OS middleware software to access the Belgian eID card.
معلومات أساسية عن التمديد
الاسم | eID Chrome OS Extension |
ID | omnlepdmccckgbfjimmgniphhfjdgepl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eid-chrome-os-extension/omnlepdmccckgbfjimmgniphhfjdgepl |
الوصف | Chrome OS extension for the Belgian eID card |
حجم الملف | 21.06 KB |
عدد التثبيتات | 12,274 |
النسخة الحالية | 0.5.0 |
آخر تحديث | 2022-07-01 |
تاريخ النشر | 2017-05-10 |
تقييم | 1.80/5 مجموع تقييمات 5 |
المطور | https://e-contract.be |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.e-contract.be/policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eID Chrome OS Extension", "description": "Chrome OS extension for the Belgian eID card", "version": "0.5.0", "icons": { "64": "icon64.png", "128": "icon128.png", "38": "icon38.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |