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

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

O que é 서울대학교 도서관 학외접속 Easy Proxy?

서울대학교 도서관 학외접속 Easy Proxy é uma extensão do Chrome desenvolvida por swz, e sua principal característica é "서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 서울대학교 도서관 학외접속 Easy Proxy

Baixe arquivos de extensão 서울대학교 도서관 학외접속 Easy Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome 서울대학교 도서관 학외접속 Easy Proxy 서울대학교 도서관 학외접속 Easy Proxy
ID cojinghdbmdndfhpogoibdnfoiaimgnf
URL Oficial 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
Descrição 서울대학교 도서관 학외접속을 위한 인증 및 연결을 지원하는 프로그램입니다.
Tamanho do Arquivo 214 KB
Contagem de Instalações 525
Versão Atual 1.1.0
Última Atualização 2022-08-11
Data de Publicação 2021-11-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor swz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}