Cockatoo
Secure password aggregator.
Cockatoo란 무엇입니까?
Cockatoo은(는) https://cctoo.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure password aggregator."입니다.
확장 프로그램 스크린샷
Cockatoo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Secure password aggregator - a simple tool that can derive strong passwords for your numerous web accounts. From now on a single secret gesture is all you need to remember. By using a cryptographic hash function and additional information you provide (the site name and, optionally, the hash salt), this extension turns your single secret gesture (or a master-password) into a particular password for any website you need. Then, it just puts the result in an active input field in your open browser tab. Everything works in a fully autonomous manner on your device - it doesn't keep information neither locally nor sends it anywhere.
확장 프로그램 기본 정보
이름 | |
ID | hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
공식 URL | https://chromewebstore.google.com/detail/cockatoo/hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
설명 | Secure password aggregator. |
파일 크기 | 411 KB |
설치 횟수 | 43 |
현재 버전 | 4.4 |
최근 업데이트 | 2021-06-03 |
출시 날짜 | 2019-09-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://cctoo.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cctoo.org/ccstart.html |
도움말 페이지 URL | https://cctoo.org/autnotes.html |
개인정보 보호 정책 페이지 URL | http://cctoo.org/ppolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cockatoo", "short_name": "Cockatoo", "description": "Secure password aggregator.", "author": "Alex Anderson", "version": "4.4", "icons": { "16": "icon16m.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19m.png", "38": "icon38m.png" }, "default_title": "Cockatoo", "default_popup": "cockatoo.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ] } |