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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Working Holiday Visa Auto-Fill Plugin - Super X. Auto fill, auto submit. Trigger shortcut: Ctrl+Shift+S ( Mac Command+Shift+S )"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Working Holiday Visa Auto-Fill Plugin Super X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}