Proxy Auto Auth

This extension enable you to automatically authenticate to your proxy once you set up your credentials.

Proxy Auto Auth란 무엇입니까?

Proxy Auto Auth은(는) kalvn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enable you to automatically authenticate to your proxy once you set up your credentials."입니다.

확장 프로그램 스크린샷

screenshot

Proxy Auto Auth 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        To enable the extension, enter your proxy login and password in the form.

Once it's done, you should never see any proxy login popup again.

As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.                    

확장 프로그램 기본 정보

이름 Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
공식 URL https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
설명 This extension enable you to automatically authenticate to your proxy once you set up your credentials.
파일 크기 18.52 KB
설치 횟수 33,758
현재 버전 2.0
최근 업데이트 2016-03-22
출시 날짜 2016-03-22
평점 4.27/5 총 95 개의 평점
개발자 kalvn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxy Auto Auth",
    "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.",
    "version": "2.0",
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "lib.js",
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "Proxy Auto Auth Options",
        "default_icon": "icon_32.png"
    },
    "options_page": "options.html"
}