TLVD auth
Authentication for TLVD EasyPay
ما هو TLVD auth؟
TLVD auth هو إضافة Chrome تم تطويرها بواسطة http://finance.tlvd-financial-group.ee، والميزة الرئيسية لها هي "Authentication for TLVD EasyPay".
تحميل ملف CRX للإضافة TLVD auth
قم بتنزيل ملفات الامتداد TLVD auth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TLVD&EasyPay Authentication
معلومات أساسية عن التمديد
الاسم | |
ID | ompkjhgnleogdeelhbnmelccfpebpjlg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ompkjhgnleogdeelhbnmelccfpebpjlg |
الوصف | Authentication for TLVD EasyPay |
حجم الملف | 25.72 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2016-09-28 |
تاريخ النشر | 2016-09-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://finance.tlvd-financial-group.ee |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TLVD auth", "version": "0.0.5", "minimum_chrome_version": "40.0", "manifest_version": 2, "description": "Authentication for TLVD EasyPay", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "cnt.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bground.js" ] }, "permissions": [ "nativeMessaging" ] } |