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"
    ]
}