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

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

Qu'est-ce que 서울대학교 도서관 학외접속 Easy Proxy ?

서울대학교 도서관 학외접속 Easy Proxy est une extension Chrome développée par swz, et sa fonction principale est "서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 서울대학교 도서관 학외접속 Easy Proxy

Téléchargez les fichiers d'extension 서울대학교 도서관 학외접속 Easy Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom 서울대학교 도서관 학외접속 Easy Proxy 서울대학교 도서관 학외접속 Easy Proxy
ID cojinghdbmdndfhpogoibdnfoiaimgnf
URL Officiel 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 서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.
Taille du Fichier 214 KB
Nombre d'Installations 525
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-08-11
Date de Publication 2021-11-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur swz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}