Kveso Plus

Automatically fills Bureau of Immigration's Online Form C by NWDCo

Qu'est-ce que Kveso Plus ?

Kveso Plus est une extension Chrome développée par http://www.kveso.com, et sa fonction principale est "Automatically fills Bureau of Immigration's Online Form C by NWDCo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kveso Plus

Téléchargez les fichiers d'extension Kveso Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kveso Plus Kveso Plus
ID biolaandhlhkjlcehgpbnbklohinjaog
URL Officiel https://chrome.google.com/webstore/detail/kveso-plus/biolaandhlhkjlcehgpbnbklohinjaog
Description Automatically fills Bureau of Immigration's Online Form C by NWDCo
Taille du Fichier 1.23 MB
Nombre d'Installations 34
Version Actuelle 0.3.5
Dernière Mise à Jour 2020-08-25
Date de Publication 2018-10-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.kveso.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.kveso.com/privacy-policy.html
Langues Prises en Charge 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
    }
}