Safename Pro

Auto-detect selected SafeName and Address with tooltip helper.

Safename Proคืออะไร?

Safename Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย safename และคุณลักษณะหลักของมันคือ "Auto-detect selected SafeName and Address with tooltip helper."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safename Pro

ดาวน์โหลดไฟล์ส่วนขยาย Safename Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}