Kveso Plus
Automatically fills Bureau of Immigration's Online Form C by NWDCo
Kveso Plus란 무엇입니까?
Kveso Plus은(는) http://www.kveso.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically fills Bureau of Immigration's Online Form C by NWDCo"입니다.
확장 프로그램 스크린샷
Kveso Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | biolaandhlhkjlcehgpbnbklohinjaog |
공식 URL | https://chrome.google.com/webstore/detail/kveso-plus/biolaandhlhkjlcehgpbnbklohinjaog |
설명 | Automatically fills Bureau of Immigration's Online Form C by NWDCo |
파일 크기 | 1.23 MB |
설치 횟수 | 34 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2020-08-25 |
출시 날짜 | 2018-10-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://www.kveso.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.kveso.com/privacy-policy.html |
지원되는 언어 | 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 } } |