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)?
365id Integration - Sixt Cobra (USB)是由365id開發的Chrome擴展程式,該擴展的主要功能是“The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…”。
擴展截圖
下載365id Integration - Sixt Cobra (USB)擴展crx文件
下載365id Integration - Sixt Cobra (USB)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | 365id Integration - Sixt Cobra (USB) |
ID | ooceajjeifpjligonifhgdlplaopdhlb |
官方網址 | https://chromewebstore.google.com/detail/365id-integration-sixt-co/ooceajjeifpjligonifhgdlplaopdhlb |
簡介 | The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information… |
檔案大小 | 111 KB |
安裝次數 | 243 |
目前版本 | 1.5.4.0 |
更新時間 | 2023-09-01 |
上架時間 | 2019-10-03 |
開發者 | 365id |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://365id.com/ |
支援的語言 | 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" ] } |