Cling Wallet

Cling Wallet Project by CarrieVerse

Wat is Cling Wallet?

Cling Wallet is een Chrome-extensie ontwikkeld door Carrieverse Co., Ltd, en de belangrijkste functie is "Cling Wallet Project by CarrieVerse".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cling Wallet

Download Cling Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        편리한 디지털 자산 관리 
내가 관리하고 거래하려는 토큰이 없다면?!
맞춤형 토큰 불러오기 기능을 통해 원하는 토큰을 자유롭게 추가하세요. 
Cling Wallet에서 모든 자산 관리가 가능해집니다.


하나의 지갑으로 관리하는 NFT
구매한 NFT를 담아서 Cling Wallet에 편하게 보관하고 관리하세요. 
여러 지갑을 이용할 필요 없이, Cling Wallet 하나의 지갑으로!! 한 번에!! NFT를 관리할 수 있어요. 


블록체인 기반의 지갑
하나의 지갑에서 다양한 이더리움 기반 블록체인 네트워크를 이용해 보세요. 
Polygon, Ethereum, Avalanche 각각의 네트워크에서 지원하는 다양한 디지털 자산을 자유롭게 관리 및 거래하세요.


신속하고 원활한 서비스 환경
Cling Wallet에서는 대규모 트랜잭션을 즉각적으로 원활하게 처리할 수 있는 환경을 제공합니다. 


편리하고 보안이 강화된 회원가입
사용자 편의성을 높인 간편한 회원가입 과정! 
이미 있는 SNS 계정으로 보다 쉽고 편리하게 지갑을 만들어 보세요.
게다가 블록체인 기반 전자신분증시스템 (Decentralized Identifiers, DID) 기술이 적용되어 사용자 신원증명을 보다 더 안전하게 관리합니다. 


보다 빠른 고객 지원 Cling Wallet이 있으면, 문의사항 응대도 보다 빠르게!
앱(App)의 고객지원 센터([email protected])로 연락해 주시기 바랍니다.                    

Basisinformatie over de Extensie

Naam Cling Wallet Cling Wallet
ID kppgpfphbmbcgeglphjnhnhibonmebkn
Officiële URL https://chromewebstore.google.com/detail/cling-wallet/kppgpfphbmbcgeglphjnhnhibonmebkn
Beschrijving Cling Wallet Project by CarrieVerse
Bestandsgrootte 2.06 MB
Aantal Installaties 10,613
Huidige Versie 1.3.6
Laatst Bijgewerkt 2023-11-30
Publicatiedatum 2023-01-18
Beoordeling 2.73/5 Totaal 11 Beoordelingen
Ontwikkelaar Carrieverse Co., Ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.clingon.io
URL van de Privacybeleid Pagina https://carrieverse-platform.s3.ap-northeast-2.amazonaws.com/cling/private.html
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.6",
    "name": "Cling Wallet",
    "short_name": "Cling",
    "description": "Cling Wallet Project by CarrieVerse",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "resources": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAycCkPVnqrc+PquEjXj0ECoCHRds4r8jpDJVIjP3xBzSTLrX9+AEfiAwqLaSgXV5wo5VIc7TLAv9VBd0EQbhNPs5OHbr7y+0d6KMyggfyZqDooJhgt7vnD34aZIYiBSpxWwhoe59Xvk0SVc\/pXWvaejjacEhZCFuSdN3J+Ps6IRzGeGcOqOniRGLKjYAvfM3mfD8mdq\/00yxnNRyeM2Mjlu57YKzZE9+Y022cYVi3X4Weuge6Qe6bAouWxiYIeR0xYhUcpo\/VtaY0u00AFdRP0npPxg6npdFQF1rShM\/40RaNJDjnM\/SsIlV\/IRnBkcOJsrRHRCO7FFqn\/dxvBu1sawIDAQAB"
}