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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kalvn และคุณลักษณะหลักของมันคือ "This extension enable you to automatically authenticate to your proxy once you set up your credentials."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Auto Auth

ดาวน์โหลดไฟล์ส่วนขยาย Proxy Auto Auth ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}