Clearlogin Password Manager
This is the Chrome extension for the Clearlogin Password Manager!
Wat is Clearlogin Password Manager?
Clearlogin Password Manager is een Chrome-extensie ontwikkeld door https://www.clearlogin.com, en de belangrijkste functie is "This is the Chrome extension for the Clearlogin Password Manager!".
Extensie Screenshots
Download het CRX-bestand van de extensie Clearlogin Password Manager
Download Clearlogin Password Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Clearlogin Password Manager is the extension required to use Clearlogin's managed Password Apps.
Basisinformatie over de Extensie
Naam | Clearlogin Password Manager |
ID | ieibpkiklgneaojneoalhnbhgjpgjcpg |
Officiële URL | https://chromewebstore.google.com/detail/clearlogin-password-manag/ieibpkiklgneaojneoalhnbhgjpgjcpg |
Beschrijving | This is the Chrome extension for the Clearlogin Password Manager! |
Bestandsgrootte | 365 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.3.17 |
Laatst Bijgewerkt | 2021-05-26 |
Publicatiedatum | 2020-04-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.clearlogin.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://info.clearlogin.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clearlogin Password Manager", "description": "This is the Chrome extension for the Clearlogin Password Manager!", "version": "2.3.17", "incognito": "split", "author": "Evolve IP LLC", "browser_action": { "default_icon": "img\/icon_48_disabled.png", "default_popup": "popup.html" }, "background": { "scripts": [ "npm-webextension-polyfill.js", "lib.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "npm-webextension-polyfill.js", "lib.js", "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "activeTab", "webNavigation", "webRequest", "cookies", "storage", "*:\/\/*\/*" ], "web_accessible_resources": [ "overlay.html", "lib\/cl-framework-agent.js" ], "externally_connectable": { "matches": [ "*:\/\/*.clearlogin.com\/*", "*:\/\/*.clearlogin-east.com\/*", "*:\/\/*.clearlogin-west.com\/*", "*:\/\/*.clearlogin2.com\/*", "*:\/\/*.clearlogin.co.uk\/*", "*:\/\/*.clearlogin.uk\/*", "*:\/\/*.clearlogin.eu\/*", "*:\/\/*.clearlogin-stage.com\/*", "*:\/\/*.clearlogin-stage2.com\/*", "*:\/\/*.clearlogin-staging.com\/*", "*:\/\/*.clearlogin-staging-east.com\/*", "*:\/\/*.clearlogin-staging-west.com\/*", "*:\/\/*.clearlogin-staging2.com\/*", "*:\/\/*.clearlogin-dev.com\/*" ] } } |