Poland Visa App

Poland Visa Appointment System

Poland Visa App란 무엇입니까?

Poland Visa App은(는) etokenapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Poland Visa Appointment System"입니다.

확장 프로그램 스크린샷

screenshot

Poland Visa App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily switch proxy and solve captcha for each proxy                    

확장 프로그램 기본 정보

이름 Poland Visa App Poland Visa App
ID ehglahpiegfhpbgkinjibmfejkhljonc
공식 URL https://chromewebstore.google.com/detail/poland-visa-app/ehglahpiegfhpbgkinjibmfejkhljonc
설명 Poland Visa Appointment System
파일 크기 391 KB
설치 횟수 38
현재 버전 2.0.4
최근 업데이트 2019-08-29
출시 날짜 2019-08-28
개발자 etokenapp
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    }
}