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

SplashID란 무엇입니까?

SplashID은(는) http://splashid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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
screenshot
screenshot
screenshot
screenshot

SplashID 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SplashID SplashID
ID ghhjpfpganbfindikkgalidapogmfiaa
공식 URL https://chrome.google.com/webstore/detail/splashid/ghhjpfpganbfindikkgalidapogmfiaa
설명 SplashID is your own personal password manager,and free to use on one device by using your browser or an application for your device
파일 크기 2.23 MB
설치 횟수 2,000
현재 버전 8.3.7
최근 업데이트 2021-06-09
출시 날짜 2020-07-12
평점 2.14/5 총 7 개의 평점
개발자 http://splashid.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.splashid.com
도움말 페이지 URL https://www.splashid.com/support
개인정보 보호 정책 페이지 URL https://www.splashdata.com/about/privacy.htm
지원되는 언어 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';"
}