Proxy Auto Auth

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

Proxy Auto Auth là gì?

Proxy Auto Auth là một tiện ích mở rộng Chrome được phát triển bởi kalvn, và tính năng chính của nó là "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proxy Auto Auth

Tải xuống các tệp mở rộng Proxy Auto Auth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
URL Chính Thức https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
Mô tả This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Kích Thước Tệp 18.52 KB
Số Lần Cài Đặt 33,758
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-03-22
Ngày Phát Hành 2016-03-22
Đánh Giá 4.27/5 Tổng số 95 Đánh Giá
Nhà Phát Triển kalvn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}