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

Co to jest SplashID?

SplashID to rozszerzenie Chrome opracowane przez http://splashid.com, a jego główną funkcją jest „SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SplashID

Pobierz pliki rozszerzeń SplashID w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SplashID SplashID
ID ghhjpfpganbfindikkgalidapogmfiaa
Oficjalny URL https://chrome.google.com/webstore/detail/splashid/ghhjpfpganbfindikkgalidapogmfiaa
Opis SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device
Rozmiar pliku 2.23 MB
Liczba instalacji 2,000
Aktualna Wersja 8.3.7
Ostatnia Aktualizacja 2021-06-09
Data Publikacji 2020-07-12
Ocena 2.14/5 Łącznie 7 Oceny
Deweloper http://splashid.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.splashid.com
Adres URL Strony Pomocy https://www.splashid.com/support
Adres URL Strony Polityki Prywatności https://www.splashdata.com/about/privacy.htm
Obsługiwane Języki 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';"
}