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

Wat is SplashID?

SplashID is een Chrome-extensie ontwikkeld door http://splashid.com, en de belangrijkste functie is "SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SplashID

Download SplashID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SplashID SplashID
ID ghhjpfpganbfindikkgalidapogmfiaa
Officiële URL https://chrome.google.com/webstore/detail/splashid/ghhjpfpganbfindikkgalidapogmfiaa
Beschrijving SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device
Bestandsgrootte 2.23 MB
Aantal Installaties 2,000
Huidige Versie 8.3.7
Laatst Bijgewerkt 2021-06-09
Publicatiedatum 2020-07-12
Beoordeling 2.14/5 Totaal 7 Beoordelingen
Ontwikkelaar http://splashid.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.splashid.com
Help Pagina-URL https://www.splashid.com/support
URL van de Privacybeleid Pagina https://www.splashdata.com/about/privacy.htm
Ondersteunde Talen 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';"
}