Poland Visa App

Poland Visa Appointment System

Cos'è Poland Visa App?

Poland Visa App è un'estensione di Chrome sviluppata da etokenapp, e la sua funzione principale è "Poland Visa Appointment System".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Poland Visa App

Scarica i file di estensione Poland Visa App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easily switch proxy and solve captcha for each proxy                    

Informazioni di Base sull'Estensione

Nome Poland Visa App Poland Visa App
ID ehglahpiegfhpbgkinjibmfejkhljonc
URL Ufficiale https://chromewebstore.google.com/detail/poland-visa-app/ehglahpiegfhpbgkinjibmfejkhljonc
Descrizione Poland Visa Appointment System
Dimensione del File 391 KB
Conteggio Installazioni 38
Versione Corrente 2.0.4
Ultimo Aggiornamento 2019-08-29
Data di Pubblicazione 2019-08-28
Sviluppatore etokenapp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poland Visa App",
    "version": "2.0.4",
    "author": "sinabd2",
    "description": "Poland Visa Appointment System",
    "icons": {
        "200": "icons\/p.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "cookies",
        "https:\/\/secure2.e-konsulat.gov.pl\/",
        "http:\/\/etoken.etokenapp.com\/",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/p.png",
        "default_title": "Poland Visa App",
        "default_popup": "settings.htm"
    },
    "options_ui": {
        "page": "settings.htm",
        "open_in_tab": true
    },
    "commands": {
        "next_proxy": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "Next Proxy"
        },
        "print_proxy": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "Print Proxy"
        },
        "submit_form": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Submit Form"
        },
        "reload_page": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Delete Cookie and Reload Page"
        }
    }
}