Triple-Layer

Triple-Layer extension for Google Chrome

Triple-Layerとは何ですか?

Triple-LayerはEpiphanyx Software, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Triple-Layer extension for Google Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Triple-Layer拡張機能のCRXファイルをダウンロード

Triple-Layer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NOTE: You need the Triple-Layer application for Windows or OSX to use this extension. Download it at www.triple-layer.com.

Triple-Layer is the most secure password manager. Contrary to other similar applications, Triple-Layer does not store your master password anywhere! Your data is encrypted and decrypted locally with your master password using AES-256 encryption over 3 layers of encryption.

KEY FEATURES
With Triple-Layer you will be able to store and manage:
- Your logins credentials with password generator.
- Your credit cards information.
- Identity information.
- Bank account information
- Secure notes and secure attachment.
- Licenses key of your applications.

With the Triple-Layer extension, you will be able to fill forms with your favorite browser.

SECURITY FEATURES
Triple-Layer encrypts your data using AES-256 technology. The Advanced Encryption Standard has been adopted by the U.S. government and is the first cipher approved by the National Security Agency (NSA) to protect classified information and is implemented in software and hardware throughout the world to encrypt sensitive data.

With our free version, your data is stored on your device.
With our premium version, your data is stored on our secure servers.

In both versions, your master password is not stored anywhere nor transmitted.

Accessing your data from an unknown device will require a security code.

IMPORTANT
=========
Triple-Layer does not store your master password anywhere, meaning that if your accidently forgot your master password, we will not be able to recover it for you.

ACCESS YOUR SECURE DATA FROM ANYWHERE
Triple-Layer is available on Windows, Mac OS X, iOS and Android.
The Triple-Layer browser extensions are compatible with Internet Explorer, Chrome, Firefox and Safari.

MULTI LANGUAGE
Enjoy Triple-Layer in English, French, German, Italian and Spanish.                    

拡張機能の基本情報

名前 Triple-Layer Triple-Layer
ID bbpihjmpmajdlgglkelhfaefcjchncfg
公式URL https://chrome.google.com/webstore/detail/triple-layer/bbpihjmpmajdlgglkelhfaefcjchncfg
説明 Triple-Layer extension for Google Chrome
ファイルサイズ 140 KB
インストール数 17
現在のバージョン 2.2.26
最終更新日 2016-05-15
公開日 2016-05-15
開発者 Epiphanyx Software, Inc.
支払い方法 free
拡張機能のウェブサイト https://triple-layer.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Triple-Layer",
    "description": "Triple-Layer extension for Google Chrome",
    "homepage_url": "https:\/\/triple-layer.com",
    "version": "2.2.26",
    "author": "Epiphanyx Software, Inc.",
    "manifest_version": 2,
    "short_name": "Triple-Layer",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Triple-Layer",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "nativeMessaging",
        "clipboardWrite",
        "downloads"
    ]
}