서울대학교 도서관 학외접속 Easy Proxy

서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.

What is 서울대학교 도서관 학외접속 Easy Proxy?

서울대학교 도서관 학외접속 Easy Proxy is a Chrome extension developed by swz, and its main feature is "서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 서울대학교 도서관 학외접속 Easy Proxy Extension CRX File

Download 서울대학교 도서관 학외접속 Easy 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

                        1. 상단의 플러그인 아이콘 실행 후 학외접속 연결 버튼 실행
또는
2. 하단의 학외접속 연결 버튼 또는 PROXY 버튼 실행을 통하여 현재 페이지를 학외접속을 통해 접속할 수 있습니다.

단, 최초 접속 시 서울대학교 중앙도서관 홈페이지 로그인을 통한 인증이 1회 필요합니다.
* 2018.1.1.자 구독 리스트 적용                    

Extension Basic Information

Name 서울대학교 도서관 학외접속 Easy Proxy 서울대학교 도서관 학외접속 Easy Proxy
ID cojinghdbmdndfhpogoibdnfoiaimgnf
Official URL 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
Description 서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.
File Size 214 KB
Installation Count 525
Current Version 1.1.0
Last Updated 2022-08-11
Publish Date 2021-11-15
Rating 5.00/5 Total 3 Ratings
Developer swz
Email [email protected]
Payment Type free
Supported Languages 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'"
}