Poland Visa App

Poland Visa Appointment System

ما هو Poland Visa App؟

Poland Visa App هو إضافة Chrome تم تطويرها بواسطة etokenapp، والميزة الرئيسية لها هي "Poland Visa Appointment System".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Poland Visa App

قم بتنزيل ملفات الامتداد Poland Visa App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    }
}