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

Cos'è SplashID?

SplashID è un'estensione di Chrome sviluppata da http://splashid.com, e la sua funzione principale è "SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SplashID

Scarica i file di estensione SplashID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SplashID SplashID
ID ghhjpfpganbfindikkgalidapogmfiaa
URL Ufficiale https://chrome.google.com/webstore/detail/splashid/ghhjpfpganbfindikkgalidapogmfiaa
Descrizione SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device
Dimensione del File 2.23 MB
Conteggio Installazioni 2,000
Versione Corrente 8.3.7
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2020-07-12
Valutazione 2.14/5 Totale 7 Valutazioni
Sviluppatore http://splashid.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.splashid.com
URL della Pagina di Aiuto https://www.splashid.com/support
URL della Pagina della Politica sulla Privacy https://www.splashdata.com/about/privacy.htm
Lingue Supportate 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';"
}