SplashID

SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device

¿Qué es SplashID?

SplashID es una extensión de Chrome desarrollada por http://splashid.com, y su función principal es "SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SplashID

Descarga archivos de extensión SplashID en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        SplashID is the world's most trusted password storage system. For more than a decade, over one million users have kept their passwords safe with SplashID.

Now it gets even better. The SplashID extension is the easiest way to access, save and login to records with auto-fill and auto-capture features.

Think of SplashID as your personal vault or digital wallet. You can store and lock sensitive information. Not just usernames and passwords but credit card data, account numbers, registration codes, prescriptions, and much more.

Keeping your usernames, passwords, and bank account numbers in your head, on a Word or Excel file, or written on a piece of paper is unsafe. Passwords can be forgotten; laptops can be lost. With SplashID, your data is easily and quickly accessible, reliably stored, and secure. 

SplashID offers multiple features.

Multi platform access:
Freely downloadable, native, secure apps for mobile, desktop, web, and browser

Choice of sync and storage: 
You decide how to store and sync your records with convenient cloud sync, local network Wi-Fi sync, or on-device storage

Customisation:
Use default record types and categories, or create your own, to keep your information organised

Ease of use:
Photo capture feature quickly and easily stores credit card information

File attachments: 
Upload photos, documents, and add notes to any record for reference

Advanced protection:
Features include 256-bit encryption and 2-factor authentication

Secure sharing:
Safely share records with other SplashID users or even those who don’t use SplashID

Safety of your data:
Automatic cloud backup service or local backups to ensure data never gets lost

Security dashboard:
Provides usage statistics and tools to monitor and fix weak, reused, and old passwords

Web autofill:
Saves typing in usernames, passwords, and delivers the correct address from the secure data vault every time to prevent phishing

Referral program:
Refer a friend to SplashID and you both receive a 25% discount on a SplashID Pro subscription

Lock your personal information up in a state-of-the-art data saver and feel comfortable knowing that at any time you can access private information safely.

SplashID is free to use on a single platform with basic record storage functionality and can be enhanced with a paid subscription for use across unlimited devices and desktops.                    

Información Básica de la Extensión

Nombre SplashID SplashID
ID ghhjpfpganbfindikkgalidapogmfiaa
URL Oficial https://chrome.google.com/webstore/detail/splashid/ghhjpfpganbfindikkgalidapogmfiaa
Descripción SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device
Tamaño del Archivo 2.23 MB
Cantidad de Instalaciones 2,000
Versión Actual 8.3.7
Última Actualización 2021-06-09
Fecha de Publicación 2020-07-12
Calificación 2.14/5 Total de 7 Calificaciones
Desarrollador http://splashid.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.splashid.com
URL de la Página de Ayuda https://www.splashid.com/support
URL de la Página de Política de Privacidad https://www.splashdata.com/about/privacy.htm
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "SplashID",
    "version": "8.3.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/logo_128.png",
        "25": "images\/logo_128.png",
        "48": "images\/logo_128.png",
        "128": "images\/logo_128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "JavaScript\/*.js",
        "views\/*.html",
        "css\/*.css"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_128.png",
            "24": "images\/logo_128.png",
            "25": "images\/logo_128.png",
            "32": "images\/logo_128.png"
        },
        "default_title": "__MSG_paTitle__",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "scripts": [
            "JavaScript\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "JavaScript\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';"
}