Safename Pro

Auto-detect selected SafeName and Address with tooltip helper.

Safename Pro란 무엇입니까?

Safename Pro은(는) safename에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-detect selected SafeName and Address with tooltip helper."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Select any crypto address or double clicking for SafeName lookup.
Reverse Address lookup with SafeName:
Try it out on any webpage or chat!
---------------------
Chrome security prevents leaking of any sensitive data from plugins to 3rd party servers. Your webpage data never leave your computer when using our plugin! https://www.chromestatus.com/feature/5629709824032768
---------------------


SafeName is a unique alias that enables users to have an online profile identity which connects to one or more of their Crypto Address in a single profile. SafeName supports most popular coins including, but not limited to: Bitcoin, Ethereum and Dash. 

The SafeName browser plugin will help users identify SafeName identities and unsafe crypto addresses such as phishing websites when browsing the internet. SafeName API also allows any: exchange, wallet or merchant outlets, to send money to users via their SafeName. Users will gain confidence of their whitelist withdrawals or NFT payto addresses by recognizing their SafeName.                    

확장 프로그램 기본 정보

이름 Safename Pro Safename Pro
ID inoobgphkibdkicbopgdbfhakllelalj
공식 URL https://chromewebstore.google.com/detail/safename-pro/inoobgphkibdkicbopgdbfhakllelalj
설명 Auto-detect selected SafeName and Address with tooltip helper.
파일 크기 52.39 KB
설치 횟수 12
현재 버전 1.1.0
최근 업데이트 2020-02-15
출시 날짜 2020-02-15
평점 5.00/5 총 3 개의 평점
개발자 safename
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safename Pro",
    "version": "1.1.0",
    "description": "Auto-detect selected SafeName and Address with tooltip helper.",
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/x16.png",
        "32": "images\/x32.png",
        "48": "images\/x48.png",
        "128": "images\/x128.png"
    },
    "manifest_version": 2
}