Poland Visa App
Poland Visa Appointment System
Wat is Poland Visa App?
Poland Visa App is een Chrome-extensie ontwikkeld door etokenapp, en de belangrijkste functie is "Poland Visa Appointment System".
Extensie Screenshots
Download het CRX-bestand van de extensie Poland Visa App
Download Poland Visa App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily switch proxy and solve captcha for each proxy Basisinformatie over de Extensie
| Naam | |
| ID | ehglahpiegfhpbgkinjibmfejkhljonc |
| Officiële URL | https://chromewebstore.google.com/detail/poland-visa-app/ehglahpiegfhpbgkinjibmfejkhljonc |
| Beschrijving | Poland Visa Appointment System |
| Bestandsgrootte | 391 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 2.0.4 |
| Laatst Bijgewerkt | 2019-08-29 |
| Publicatiedatum | 2019-08-28 |
| Ontwikkelaar | etokenapp |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |