KOO proxy
Remote access for enterprise resources of your organizaiton.
What is KOO proxy?
KOO proxy is a Chrome extension developed by Арсен Боровинский, and its main feature is "Remote access for enterprise resources of your organizaiton.".
Extension Screenshots
Download KOO proxy Extension CRX File
Download KOO proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
KOO Proxy позволяет пользователям из дома получать доступ к ресурсам своей организации. Например, находясь дома, можно просматривать сайты, доступ к которым возможен только из сети организации. Технически при активации KOO Proxy, происходит перенаправление всего трафика браузера через сеть организации. Если ПОЛЬЗОВАТЕЛЬ хочет открыть страницу РЕСУРСА, то трафик пойдет так: ПОЛЬЗОВАТЕЛЬ -> СЕТЬ ОРГАНИЗАЦИИ -> РЕСУРС -> СЕТЬ ОРГАНИЗАЦИИ -> ПОЛЬЗОВАТЕЛЬ. Такой режим работы называется ПРОКСИРОВАНИЕМ. Ресурс видит обращения к себе из сети организации и предоставляет доступ по IP-адресу организации. Без проксирования (обычный режим), трафик идет так: ПОЛЬЗОВАТЕЛЬ -> РЕСУРС -> ПОЛЬЗОВАТЕЛЬ. Таким образом, режим проксирования пропускает трафик через организацию, что несколько замедляет скорость работы в интернете, поэтому включайте проксирование только когда вам надо получить доступ к ресурсам, доступным только из сети организации (Подписные ресурсы, сервисы, ЭБС и т.д.). Дополнительно вы можете выходить в сеть через соединение TOR Browser, если он у вас запущен.
Extension Basic Information
Name | KOO proxy |
ID | maboohgikdgcekpngjkecfejjfjkkcgj |
Official URL | https://chromewebstore.google.com/detail/koo-proxy/maboohgikdgcekpngjkecfejjfjkkcgj |
Description | Remote access for enterprise resources of your organizaiton. |
File Size | 156 KB |
Installation Count | 55 |
Current Version | 1.0.3 |
Last Updated | 2019-06-14 |
Publish Date | 2019-06-11 |
Developer | Арсен Боровинский |
Payment Type | free |
Extension Website | https://koo.elibsystem.ru |
Supported Languages | en,ru |
manifest.json | |
{ "background": { "scripts": [ "js\/koo\/background.js" ] }, "browser_action": { "default_icon": "img\/icon64-gray.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self' https:\/\/koo.elibsystem.ru; object-src 'self'", "default_locale": "ru", "description": "__MSG_appDesc__", "icons": { "128": "img\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage", "proxy", "alarms", "notifications", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "privacy" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |