Kveso Plus
Automatically fills Bureau of Immigration's Online Form C by NWDCo
Kveso Plus là gì?
Kveso Plus là một tiện ích mở rộng Chrome được phát triển bởi http://www.kveso.com, và tính năng chính của nó là "Automatically fills Bureau of Immigration's Online Form C by NWDCo".
Ả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 Kveso Plus
Tải xuống các tệp mở rộng Kveso Plus 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
With Kveso, hoteliers can speed guest check-in by automating verification of guest identity documentation. Kveso can recognize passports, visas, Aadhar cards (India), and other government-recognized identity documents. In India, it also enables hoteliers to automate the completion and submission of Form Cs for guests who are foreign nationals. Kveso works as a mobile app on Android or Apple iOS operating systems as well as a traditional Windows desktop application. Kveso is extremely accurate and helps save time at guest check in, especially for large groups. Kveso Plus Chrome Extension makes the data available for the automatic filling of the FRRO C form (India). For more visit kveso.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | biolaandhlhkjlcehgpbnbklohinjaog |
URL Chính Thức | https://chrome.google.com/webstore/detail/kveso-plus/biolaandhlhkjlcehgpbnbklohinjaog |
Mô tả | Automatically fills Bureau of Immigration's Online Form C by NWDCo |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.3.5 |
Cập Nhật Lần Cuối | 2020-08-25 |
Ngày Phát Hành | 2018-10-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://www.kveso.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.kveso.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kveso Plus", "version": "0.3.5", "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2, "description": "Automatically fills Bureau of Immigration's Online Form C by NWDCo", "permissions": [ "identity", "gcm", "contextMenus", "contentSettings", "notifications", "storage", "tabs", "https:\/\/dash.kveso.com\/*, https:\/\/plusv2.kveso.com\/*", "https:\/\/indianfrro.gov.in\/*", "https:\/\/dashstage.kveso.com\/*", "https:\/\/cidev.kveso.com\/*" ], "browser_action": { "default_title": "Kveso Plus Autofill", "default_icon": "passport.png", "default_popup": "js\/popup.html" }, "icons": { "16": "passport.png", "48": "passport.png", "128": "passport.png" }, "content_scripts": [ { "matches": [ "https:\/\/indianfrro.gov.in\/*" ], "js": [ "js\/jquery-3.5.1.js", "js\/content.js", "js\/popup-new.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |