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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enable you to automatically authenticate to your proxy once you set up your credentials."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Proxy Auto Auth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}