Ohanae 1-Tap

Ohanae 1-Tap

Ohanae 1-Tap là gì?

Ohanae 1-Tap là một tiện ích mở rộng Chrome được phát triển bởi http://www.ohanae.com, và tính năng chính của nó là "Ohanae 1-Tap".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ohanae 1-Tap

Tải xuống các tệp mở rộng Ohanae 1-Tap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ohanae must be downloaded and installed to run this browser extension. Please visit http://www.ohanae.com/consumer to download Ohanae now.

Trust No One... Encrypt Everything

It’s easy, it’s powerful, and it’s here!

Ohanae® secures your data and passwords on any mobile devices and in the cloud without requiring storage of any associated credentials.

Ohanae provides three essential services:

- Access to unique complex passwords without the need to remember them;

- Ensure files in the cloud are encrypted and only you have the encryption key; and

- Easy to use secure file sharing via Skype, email, and web link.

For cloud storage in Box, Dropbox, Google Drive, Salesforce, and OneDrive, the app transparently encrypts files using a highly secure key that is generated on each use and not stored on the device or in the cloud. This encryption prevents access to documents by unauthorized users who might compromise your cloud storage account (either intruders or even the cloud provider's own staff). 

In cases of document sharing, files are encrypted using unique encryption keys which are associated with specific users. This allows other Ohanae users to receive encrypted files from you without knowing any of your critical security data, while maintaining the same level of data security. Ohanae provides a web interface that allows building share lists, and the app interfaces with these lists. 

Finally, the app's password management functionality ensures that each website under management has a unique password created which satisfies required conditions (length of password and mix of required characters). These unique, highly secure passwords are not stored on the Android device nor in the cloud. Upon visiting a website under Ohanae management for passwords, you can use the app to regenerate the required secure password, and then copy and paste the secure password into the website's login page. This ensures that highly secure passwords are being used, and eliminates the need to remember them — allowing every website to have a different, arbitrarily complex password.

Ohanae patent pending technology ensures passwords and encryption keys are not stored ANYWHERE, they are dynamically created and erased locally.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ohanae 1-Tap Ohanae 1-Tap
ID beljneelhnmgjkgfjfbbjfoihkfcnlpk
URL Chính Thức https://chrome.google.com/webstore/detail/beljneelhnmgjkgfjfbbjfoihkfcnlpk
Mô tả Ohanae 1-Tap
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1.22
Cập Nhật Lần Cuối 2021-10-21
Ngày Phát Hành 2018-12-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.ohanae.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ohanae.com/
URL Trang Trợ Giúp https://www.ohanae.com/faq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ohanae 1-Tap",
    "short_name": "Ohanae",
    "version": "1.1.22",
    "manifest_version": 2,
    "description": "Ohanae 1-Tap",
    "homepage_url": "http:\/\/www.ohanae.com",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/base.js"
            ]
        }
    ]
}