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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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