Triple-Layer

Triple-Layer extension for Google Chrome

Triple-Layerคืออะไร?

Triple-Layer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Epiphanyx Software, Inc. และคุณลักษณะหลักของมันคือ "Triple-Layer extension for Google Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Triple-Layer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}