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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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