Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Vad är Proxy Auto Auth?
Proxy Auto Auth är en Chrome-tillägg utvecklad av kalvn, och dess huvudfunktion är "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
Tilläggsskärmbilder
Ladda ner Proxy Auto Auth-förlängningens CRX-fil
Ladda ner Proxy Auto Auth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
Officiell webbadress | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
Beskrivning | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
Filstorlek | 18.52 KB |
Antal Installationer | 33,758 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-03-22 |
Publiceringsdatum | 2016-03-22 |
Betyg | 4.27/5 Totalt 95 Betyg |
Utvecklare | kalvn |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |