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ファイルをダウンロード
Kveso Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } } |