Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

Proxy Auto Fill란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

확장 프로그램 기본 정보

이름 Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
공식 URL https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
설명 This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
파일 크기 31.18 KB
설치 횟수 27
현재 버전 1.1
최근 업데이트 2020-10-12
출시 날짜 2020-10-04
개발자 Fernando Fontes
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fjuliofontes.github.io/Proxy-Auto-Fill
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Proxy Auto Fill"
    },
    "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Auto Fill",
    "permissions": [
        "bookmarks",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}