Working Holiday Visa Auto-Fill Plugin Super X

Working Holiday Visa Auto-Fill Plugin - Super X. Auto fill, auto submit. Trigger shortcut: Ctrl+Shift+S ( Mac Command+Shift+S )

什么是Working Holiday Visa Auto-Fill Plugin Super X?

Working Holiday Visa Auto-Fill Plugin Super X是由https://www.whvstore.com开发的Chrome扩展程序,该扩展的主要功能是“Working Holiday Visa Auto-Fill Plugin - Super X. Auto fill, auto submit. Trigger shortcut: Ctrl+Shift+S ( Mac Command+Shift+S )”。

扩展截图

screenshot

下载Working Holiday Visa Auto-Fill Plugin Super X扩展crx文件

下载Working Holiday Visa Auto-Fill Plugin Super X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A free automatic tool for applicants who want to secure the slot for New Zealand working holiday visa and Australia work and holiday visa. 
With  this tool, you can preload and save your information, and when you apply online, the tool will automatically fill all your information in seconds.
It will save a lot of time, and increase the possibility for you to get the visa slot.To learn more about it, you can access our website: www.whvstore.com.

This edition is for all countries which are eligible to apply for the visas.
To be specified:
- New Zealand Working Holiday Visa
- Australia Work and Holiday Visa

Good luck, guys.                    

扩展基本信息

名称 Working Holiday Visa Auto-Fill Plugin Super X Working Holiday Visa Auto-Fill Plugin Super X
ID ikfnnjcmgeedlhlgpacghonphhnolobh
官方URL https://chromewebstore.google.com/detail/working-holiday-visa-auto/ikfnnjcmgeedlhlgpacghonphhnolobh
简介 Working Holiday Visa Auto-Fill Plugin - Super X. Auto fill, auto submit. Trigger shortcut: Ctrl+Shift+S ( Mac Command+Shift+S )
文件大小 1.24 MB
安装次数 632
当前版本 3.7
更新时间 2022-09-21
上架时间 2020-06-11
评分 5.00/5 共1次评分
开发者 https://www.whvstore.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.whvstore.com/d/11-automatic-tool-super-x-help-you-speed-up-your-application-process/3
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Working Holiday Visa Auto-Fill Plugin Super X",
    "author": "WHVStore",
    "version": "3.7",
    "manifest_version": 2,
    "description": "Working Holiday Visa Auto-Fill Plugin - Super X. Auto fill, auto submit. Trigger shortcut: Ctrl+Shift+S \uff08 Mac Command+Shift+S \uff09",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Super X",
        "default_popup": "popup.html"
    },
    "commands": {
        "click-page-cation": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "click-page-cation"
        }
    },
    "icons": {
        "19": "images\/icon.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "content_script.js"
            ],
            "exclude_matches": [
                "*:\/\/*.paymark.co.nz\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' data ",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "clipboardWrite"
    ]
}