서울대학교 도서관 학외접속 Easy Proxy
서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.
Vad är 서울대학교 도서관 학외접속 Easy Proxy?
서울대학교 도서관 학외접속 Easy Proxy är en Chrome-tillägg utvecklad av swz, och dess huvudfunktion är "서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.".
Tilläggsskärmbilder
Ladda ner 서울대학교 도서관 학외접속 Easy Proxy-förlängningens CRX-fil
Ladda ner 서울대학교 도서관 학외접속 Easy Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
1. 상단의 플러그인 아이콘 실행 후 학외접속 연결 버튼 실행
또는
2. 하단의 학외접속 연결 버튼 또는 PROXY 버튼 실행을 통하여 현재 페이지를 학외접속을 통해 접속할 수 있습니다.
단, 최초 접속 시 서울대학교 중앙도서관 홈페이지 로그인을 통한 인증이 1회 필요합니다.
* 2018.1.1.자 구독 리스트 적용 Grundläggande Information om Tillägg
| Namn | |
| ID | cojinghdbmdndfhpogoibdnfoiaimgnf |
| Officiell webbadress | https://chromewebstore.google.com/detail/%EC%84%9C%EC%9A%B8%EB%8C%80%ED%95%99%EA%B5%90-%EB%8F%84%EC%84%9C%EA%B4%80-%ED%95%99%EC%99%B8%EC%A0%91%EC%86%8D-easy-proxy/cojinghdbmdndfhpogoibdnfoiaimgnf |
| Beskrivning | 서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다. |
| Filstorlek | 214 KB |
| Antal Installationer | 525 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2022-08-11 |
| Publiceringsdatum | 2021-11-15 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | swz |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\uc11c\uc6b8\ub300\ud559\uad50 \ub3c4\uc11c\uad00 \ud559\uc678\uc811\uc18d Easy Proxy",
"short_name": "SNUL Easy Proxy",
"description": "\uc11c\uc6b8\ub300\ud559\uad50 \ub3c4\uc11c\uad00 \ud559\uc678\uc811\uc18d\uc744 \uc704\ud55c \uc778\uc99d \ubc0f \uc5f0\uacb0\uc744 \uc9c0\uc6d0\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.",
"version": "1.1.0",
"icons": {
"128": "images\/128.png",
"48": "images\/48.png",
"38": "images\/38.png",
"32": "images\/32.png",
"19": "images\/19.png",
"16": "images\/16.png"
},
"browser_action": {
"default_title": "\uc11c\uc6b8\ub300\ud559\uad50 \ub3c4\uc11c\uad00 \ud559\uc678\uc811\uc18d Easy Proxy",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/urls.min.js",
"js\/jquery.min.js",
"js\/eventPage.js",
"js\/notificationbackground.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"notifications",
"tabs",
"storage",
"*:\/\/*\/*"
],
"web_accessible_resources": [
"notification.html",
"notification_mini.html"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |