365id Integration - Sixt Cobra (USB)
The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…
365id Integration - Sixt Cobra (USB) là gì?
365id Integration - Sixt Cobra (USB) là một tiện ích mở rộng Chrome được phát triển bởi 365id, và tính năng chính của nó là "The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 365id Integration - Sixt Cobra (USB)
Tải xuống các tệp mở rộng 365id Integration - Sixt Cobra (USB) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information into the Sixt Cobra application. In addition, there is a notification in the Web browser (Google Chrome) that shows the verification result of the last scanned document(s)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 365id Integration - Sixt Cobra (USB) |
ID | ooceajjeifpjligonifhgdlplaopdhlb |
URL Chính Thức | https://chromewebstore.google.com/detail/365id-integration-sixt-co/ooceajjeifpjligonifhgdlplaopdhlb |
Mô tả | The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information… |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 1.5.4.0 |
Cập Nhật Lần Cuối | 2023-09-01 |
Ngày Phát Hành | 2019-10-03 |
Nhà Phát Triển | 365id |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://365id.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "365id Integration - Sixt Cobra (USB)", "short_name": "365id - Sixt Cobra", "version": "1.5.4.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/office.sixt.com\/php\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js", "messages.js", "details.js", "countryISOMapping.js" ], "css": [ "content.css", "details.css" ], "all_frames": true } ], "browser_action": { "default_title": "365id Integration - Sixt Cobra (USB)", "default_icon": { "16": "365id_16.png", "32": "365id_32.png", "48": "365id_48.png", "128": "365id_128.png" } }, "icons": { "16": "365id_16.png", "32": "365id_32.png", "48": "365id_48.png", "128": "365id_128.png" }, "permissions": [ "activeTab", "nativeMessaging", "https:\/\/portal.365id.com\/*" ], "web_accessible_resources": [ "365id.png", "result1.png", "result2.png", "result3.png", "success.png", "usb_off.png", "usb_on.png", "365id_48.png", "avatar.png", "cobrabridge.js", "countryISOMapping.js" ] } |