EzyForms

Through this extension users will be able to fetch data from Ezy-System to fill their required webforms.

EzyFormsคืออะไร?

EzyForms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anna Hyatt และคุณลักษณะหลักของมันคือ "Through this extension users will be able to fetch data from Ezy-System to fill their required webforms."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย EzyForms ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Through this extension users will be able to fetch data from Ezy-System to autofill their required webforms.

What was the problem we addressed?

When we first started working with the immigration industry, we identified the biggest pressure point as being time consuming form filling. We realised that solving this problem had huge potential to save a lot of time for immigration consultants, making visa applications a much smoother and quicker process.

What is the solution that we came up with?

We wanted to solve this problem for immigration agents by providing an innovative tool that could enable quick and easy form filling. Ezymigrate has now mastered this in our development of ‘Ezyforms,’ - an extension tool that allows you to autofill your clients data.

How does it work?

Using our Ezymigrate system, you can use either custom forms or our provided visa forms. You can request your client to fill the form with their data themselves, or your team can fill it for them.

Once the form is filled with all the complete info and data, it’s as easy as clicking the ‘submit form’ button to upload it into the Ezyform system.

You now have easy access to all of your clients relevant data. Now it’s time to create a visa application - using Ezyform’s autofill feature.

First, you’ll need to download the Ezyform extension and add it to your Google Chrome Toolbar. Next, go to the NZ online service form to make your client visa application.

Click your Ezyform toolbar extension
Click on the client name
Click ‘autofill.’

Your clients relevant details are uploaded onto the form within seconds - like magic.

What is the benefit that it has?

We developed this because we recognised a gap in the industry that could solve needless use of time and make the application process much more efficient.
This is a highly innovative tool, not available anywhere else in the world - we are the first to provide this feature to the immigration industry.                    

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

ชื่อ EzyForms EzyForms
ID bccklicoajgbloikagllejkefpndedoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ezyforms/bccklicoajgbloikagllejkefpndedoj
คำอธิบาย Through this extension users will be able to fetch data from Ezy-System to fill their required webforms.
ขนาดไฟล์ 2.98 MB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-04-11
วันที่เผยแพร่ 2022-01-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Anna Hyatt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.ezymigrate.com/
URL หน้าช่วยเหลือ https://app.ezymigrate.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.ezymigrate.com/Home/PrivacyPolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EzyForms",
    "description": "Through this extension users will be able to fetch data from Ezy-System to fill their required webforms.",
    "version": "1.2.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/contentscript.js",
                "scripts\/common.js"
            ],
            "matches": [
                "*:\/\/*.immigration.govt.nz\/*"
            ]
        }
    ],
    "host_permissions": [],
    "action": {
        "default_icon": "images\/fav.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/fav.png"
    }
}