Kveso Plus

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

Kveso Plusคืออะไร?

Kveso Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.kveso.com และคุณลักษณะหลักของมันคือ "Automatically fills Bureau of Immigration's Online Form C by NWDCo"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kveso Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kveso Plus Kveso Plus
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
    }
}