webPass
webPass - Chrome Extension
Cos'è webPass?
webPass è un'estensione di Chrome sviluppata da https://stonewarefiles.com, e la sua funzione principale è "webPass - Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione webPass
Scarica i file di estensione webPass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
webPass works in conjunction with Stoneware Unified Workspace version 6.2 (and later) to provide single sign-on (SSO) capabilities within Google Chrome. You must be authenticated to a Unified Workspace server in order to use this extension.
Informazioni di Base sull'Estensione
Nome | webPass |
ID | jlkiooodjckigejdpbkbinlgooolgfhh |
URL Ufficiale | https://chromewebstore.google.com/detail/webpass/jlkiooodjckigejdpbkbinlgooolgfhh |
Descrizione | webPass - Chrome Extension |
Dimensione del File | 1.82 MB |
Conteggio Installazioni | 400,000 |
Versione Corrente | 1.2.10 |
Ultimo Aggiornamento | 2020-06-04 |
Data di Pubblicazione | 2020-06-04 |
Valutazione | 2.83/5 Totale 53 Valutazioni |
Sviluppatore | https://stonewarefiles.com |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.lenovosoftware.com/other-additional-policies |
Lingue Supportate | de,en,fr,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "1.2.10", "manifest_version": 2, "description": "__MSG_extension_description__", "default_locale": "en", "options_page": "optDecide.html", "icons": { "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "images\/webPass_button.png", "default_title": "__MSG_extension_description__" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "26", "permissions": [ "tabs", "cookies", "*:\/\/*\/*" ], "web_accessible_resources": [ "images\/webPass_button.png", "images\/username.png", "images\/password.png", "images\/login.png", "images\/webPass.png", "images\/credentials.png", "images\/ssoname.png", "images\/error_large.png", "images\/pleaseWait.gif", "images\/checkmark_large.png", "images\/overwrite.png", "images\/notconnected.png", "images\/options.png", "images\/optionsSmall.png", "images\/active_button.png", "images\/disabled_button.png", "images\/button.png", "images\/close.png", "images\/delete.png", "images\/titlebar.png" ] } |