Poland Visa App
Poland Visa Appointment System
Poland Visa Appとは何ですか?
Poland Visa Appはetokenappによって開発されたChromeの拡張機能で、その主な機能は「Poland Visa Appointment System」です。
拡張機能のスクリーンショット
Poland Visa App拡張機能のCRXファイルをダウンロード
Poland Visa App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily switch proxy and solve captcha for each proxy
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } } |