Accops single sign-on
Send a message to a native application. And autofill user credential.
ما هو Accops single sign-on؟
Accops single sign-on هو إضافة Chrome تم تطويرها بواسطة Accops، والميزة الرئيسية لها هي "Send a message to a native application. And autofill user credential.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Accops single sign-on
قم بتنزيل ملفات الامتداد Accops single sign-on بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Calls Accops Native Client extension. Ask for user credential and autofill that in webpage. Accops single sign-on extension and native applications can exchange messages through Accops Native Client extension using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.
معلومات أساسية عن التمديد
الاسم | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
الوصف | Send a message to a native application. And autofill user credential. |
حجم الملف | 53.35 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-12-22 |
تاريخ النشر | 2016-12-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Accops |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.accops.com/ |
عنوان صفحة المساعدة | http://support.accops.com/support/home |
عنوان صفحة سياسة الخصوصية | https://www.accops.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accops single sign-on", "short_name": "Accops single sign-on", "description": "Send a message to a native application. And autofill user credential.", "version": "1.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/sts1.mahindrafs.com\/*" ], "js": [ "jquery-1.12.1.min.js", "script.js" ] } ], "web_accessible_resources": [ "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html", "manifest.json" ] } |