서울대학교 도서관 학외접속 지원 플러그인

서울대학교 도서관 학외접속 서비스를 위한 인증 및 접속기능을 지원합니다.

What is 서울대학교 도서관 학외접속 지원 플러그인?

서울대학교 도서관 학외접속 지원 플러그인 is a Chrome extension developed by swz, and its main feature is "서울대학교 도서관 학외접속 서비스를 위한 인증 및 접속기능을 지원합니다.".

Extension Screenshots

screenshot
screenshot

Download 서울대학교 도서관 학외접속 지원 플러그인 Extension CRX File

Download 서울대학교 도서관 학외접속 지원 플러그인 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. 컨텍스트 메뉴의 플러그인 메뉴 실행을 통하여 현재 페이지를 학외접속을 통해 접속할 수 있습니다.

단, 최초 접속 시 서울대학교 중앙도서관 홈페이지 로그인을 통한 인증이 1회 필요합니다.                    

Extension Basic Information

Name 서울대학교 도서관 학외접속 지원 플러그인 서울대학교 도서관 학외접속 지원 플러그인
ID ldhnmofgmfjfdfmemhmcodhnpfdphegk
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-%EC%A7%80%EC%9B%90-%ED%94%8C%EB%9F%AC%EA%B7%B8%EC%9D%B8/ldhnmofgmfjfdfmemhmcodhnpfdphegk
Description 서울대학교 도서관 학외접속 서비스를 위한 인증 및 접속기능을 지원합니다.
File Size 30.42 KB
Installation Count 347
Current Version 1.0.2
Last Updated 2021-11-15
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 \uc9c0\uc6d0 \ud50c\ub7ec\uadf8\uc778",
    "description": "\uc11c\uc6b8\ub300\ud559\uad50 \ub3c4\uc11c\uad00 \ud559\uc678\uc811\uc18d \uc11c\ube44\uc2a4\ub97c \uc704\ud55c \uc778\uc99d \ubc0f \uc811\uc18d\uae30\ub2a5\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.",
    "author": "swz",
    "version": "1.0.2",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "\/images\/icons\/icon128.png",
        "default_title": "\uc11c\uc6b8\ub300\ud559\uad50 \ub3c4\uc11c\uad00 \ud559\uc678\uc811\uc18d \uc9c0\uc6d0 \ud50c\ub7ec\uadf8\uc778"
    },
    "icons": {
        "16": "\/images\/icons\/icon16.png",
        "48": "\/images\/icons\/icon48.png",
        "128": "\/images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/options.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "*:\/\/*.google.com\/"
    ]
}