OnePass Password Manager & Generator
One Password for everything done right!
OnePass Password Manager & Generatorとは何ですか?
OnePass Password Manager & Generatorはhttps://airdevs.comによって開発されたChromeの拡張機能で、その主な機能は「One Password for everything done right!」です。
拡張機能のスクリーンショット
OnePass Password Manager & Generator拡張機能のCRXファイルをダウンロード
OnePass Password Manager & Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IMPORTANT: This extension will NOT get any more updates, nor a smartphone app in the future. If you are looking for a new password manager, you may want to consider other, more convenient, alternatives. ----- --- Troubleshooting --- As long as you remember the master password, you can recover all the other passwords, even without the extension. The algorithm is published on our website, and you can use it with any md5 generator. Unfortunately, if you forget the master password, you won't be able to recover it in any way, nor any of the generated passwords, so make sure you remember it and perhaps note it down somewhere so that you won't forget it. --- Permissions --- Read your browsing history: More accurately, this is used to get the URL of the website you are currently viewing. Modify data you copy and paste. This is needed for copying the generated password (when you click it). --- Website --- airdevs.com
拡張機能の基本情報
名前 | OnePass Password Manager & Generator |
ID | emeedobobbobllpippjidhpiigoffbbj |
公式URL | https://chromewebstore.google.com/detail/onepass-password-manager/emeedobobbobllpippjidhpiigoffbbj |
説明 | One Password for everything done right! |
ファイルサイズ | 25.82 KB |
インストール数 | 3,043 |
現在のバージョン | 1.2.1 |
最終更新日 | 2018-12-22 |
公開日 | 2018-12-22 |
評価 | 3.69/5 合計 16 レビュー |
開発者 | https://airdevs.com |
支払い方法 | free |
拡張機能のウェブサイト | http://airdevs.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OnePass Password Manager & Generator", "description": "One Password for everything done right!", "short_name": "OnePass", "version": "1.2.1", "offline_enabled": true, "browser_action": { "default_icon": "images\/OnePass_032.png", "default_popup": "main.html" }, "permissions": [ "clipboardWrite", "tabs", "storage" ], "background": { "scripts": [ "lib\/md5.js" ] }, "icons": { "16": "images\/OnePass_016.png", "24": "images\/OnePass_024.png", "32": "images\/OnePass_032.png", "48": "images\/OnePass_048.png", "64": "images\/OnePass_064.png", "128": "images\/OnePass_128.png", "256": "images\/OnePass_256.png" } } |