Proxy Docile

Configure and enable a proxy for the University of Padova

Proxy Docile क्या है?

Proxy Docile Gianluca Drago द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Configure and enable a proxy for the University of Padova"।

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

screenshot
screenshot

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

crx प्रारूप में Proxy Docile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Proxy Docile is a browser extension to automatically configure the proxy settings for the University of Padova, making this process the easiest it can be.

With a single click in the icon displayed in the browser navigation bar, you can enable and disable the proxy without any trouble. Furthermore, the proxy is automatically disabled at the end of the session.

Unlike what happens with other configuration methods, Proxy Docile doesn't touch your operating system settings, as it acts only at the browser level.

Proxy Docile is available also for Mozilla Firefox.                    

एक्सटेंशन की मूल जानकारी

नाम Proxy Docile Proxy Docile
ID jaaackgcbbghbogihiaakoeljhpaimao
आधिकारिक URL https://chromewebstore.google.com/detail/proxy-docile/jaaackgcbbghbogihiaakoeljhpaimao
विवरण Configure and enable a proxy for the University of Padova
फ़ाइल का आकार 26.14 KB
स्थापना संख्या 22,995
वर्तमान संस्करण 0.5
अंतिम अपडेट 2022-06-03
प्रकाशन तिथि 2017-01-09
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर Gianluca Drago
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bibliotecadigitale.cab.unipd.it/strumenti-di-ricerca/proxy/proxy-docile
सहायता पृष्ठ URL https://bibliotecadigitale.cab.unipd.it/aiuto
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "it",
    "version": "0.5",
    "description": "__MSG_appDesc__",
    "permissions": [
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    }
}