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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}