Agile Extension General DEMO
Agile Extension General DEMO
ما هو Agile Extension General DEMO؟
Agile Extension General DEMO هو إضافة Chrome تم تطويرها بواسطة www.agile.cl، والميزة الرئيسية لها هي "Agile Extension General DEMO".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Agile Extension General DEMO
قم بتنزيل ملفات الامتداد Agile Extension General DEMO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Demostración de extensión para firma digital. Para hacer uso de este plugin debe tener instalada la aplicación "Agile Demo App Firma Digital".
معلومات أساسية عن التمديد
الاسم | |
ID | lhoiobmoggbicbnfdbamhbbcngpkbkob |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/agile-extension-general-d/lhoiobmoggbicbnfdbamhbbcngpkbkob |
الوصف | Agile Extension General DEMO |
حجم الملف | 9.97 KB |
عدد التثبيتات | 626 |
النسخة الحالية | 1.3.9.1 |
آخر تحديث | 2017-08-08 |
تاريخ النشر | 2017-08-08 |
المطور | www.agile.cl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agile Extension General DEMO", "short_name": "Agile Extension General DEMO", "version": "1.3.9.1", "icons": { "128": "icon_128.png" }, "description": "Agile Extension General DEMO", "permissions": [ "nativeMessaging", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "26" } |