Quick SSO Proxy

Reload page using a single sign-on proxy.

Quick SSO Proxy क्या है?

Quick SSO Proxy https://evanott.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reload page using a single sign-on proxy."।

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

screenshot

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

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

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

                        Created in order to make using the University of Texas at Austin's library proxy system simple. The default settings use UT-Austin's ezproxy system, though the extension should work for any similar system. This can be used by UT-Austin students to load journal articles easy when off campus.

The extension reloads a page, say http://mywebsite.com/mypage as http://mywebsite.com./mypage

Use the extension options to change the proxy address.

This work is not official for UT-Austin in any way, shape, or form. I just use their proxy a lot and wanted a fast way of loading journal articles at home for my studies.

v1.2: Still defaults to http, but adds saved option for http, https, or pass-through protocol.
v1.1: Now defaults to http (instead of https) for all sites (needed for UT's system).                    

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

नाम Quick SSO Proxy Quick SSO Proxy
ID mmcbgcnjjmfiamkdpmjakfclbimdkoag
आधिकारिक URL https://chromewebstore.google.com/detail/quick-sso-proxy/mmcbgcnjjmfiamkdpmjakfclbimdkoag
विवरण Reload page using a single sign-on proxy.
फ़ाइल का आकार 17.13 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-09-12
प्रकाशन तिथि 2017-09-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://evanott.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.evanott.com/proxy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick SSO Proxy",
    "description": "Reload page using a single sign-on proxy.",
    "version": "1.2",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Use proxy on this site",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Reload page using Quick SSO Proxy"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}