Cielo

Enhanced onchain browsing with Cielo profile links

Cieloคืออะไร?

Cielo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cielo.finance และคุณลักษณะหลักของมันคือ "Enhanced onchain browsing with Cielo profile links"

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

screenshot
screenshot

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

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

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

                        A free extension for all Cielo users. On block explorers across for the EVM, Solana, and additional web3 apps, 1 click button links appear:

1. Add Wallet - loads the wallet profile on an app with the wallet pre inputted into the add wallet module.* 

2. View wallet profile.

*User must already be signed into Cielo.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cielo Cielo
ID nbmknhhenedcdaodehlbpfanpmgkjaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cielo/nbmknhhenedcdaodehlbpfanpmgkjaeg
คำอธิบาย Enhanced onchain browsing with Cielo profile links
ขนาดไฟล์ 61.59 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-11-01
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://cielo.finance
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.cielo.finance/
URL หน้าช่วยเหลือ https://t.me/cielocommunity
URL หน้านโยบายความเป็นส่วนตัว https://cielo.finance/terms-of-service.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enhanced onchain browsing with Cielo profile links",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "Cielo",
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/*.bscscan.com\/*",
                "https:\/\/*.ftmscan.com\/*",
                "https:\/\/*.arbiscan.io\/*",
                "https:\/\/*.polygonscan.com\/*",
                "https:\/\/*.zkscan.io\/*",
                "https:\/\/*.gnosisscan.io\/*",
                "https:\/\/*.mantlescan.info\/*",
                "https:\/\/*.pulsechain.com\/*",
                "https:\/\/*.metis.io\/*",
                "https:\/\/*.bobascan.com\/*",
                "https:\/\/*.basescan.org\/*",
                "https:\/\/*.opbnbscan.com\/*",
                "https:\/\/*.avascan.info\/*",
                "https:\/\/*.escan.live\/*",
                "https:\/\/*.aurora.dev\/*",
                "https:\/\/*.zksync.io\/*",
                "https:\/\/*.mantle.xyz\/*",
                "https:\/\/*.snowtrace.io\/*",
                "https:\/\/*.scroll.io\/*",
                "https:\/\/*.app.zerion.io\/*",
                "https:\/\/lineascan.build\/*",
                "https:\/\/scrollscan.com\/*",
                "https:\/\/solana.fm\/*",
                "https:\/\/solscan.io\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/*.bscscan.com\/*",
                "https:\/\/*.ftmscan.com\/*",
                "https:\/\/*.arbiscan.io\/*",
                "https:\/\/*.polygonscan.com\/*",
                "https:\/\/*.zkscan.io\/*",
                "https:\/\/*.gnosisscan.io\/*",
                "https:\/\/*.pulsechain.com\/*",
                "https:\/\/*.metis.io\/*",
                "https:\/\/*.bobascan.com\/*",
                "https:\/\/*.basescan.org\/*",
                "https:\/\/*.opbnbscan.com\/*",
                "https:\/\/*.mantlescan.info\/*",
                "https:\/\/*.escan.live\/*",
                "https:\/\/*.aurora.dev\/*",
                "https:\/\/*.zksync.io\/*",
                "https:\/\/*.mantle.xyz\/*",
                "https:\/\/*.snowtrace.io\/*",
                "https:\/\/*.scroll.io\/*",
                "https:\/\/*.app.zerion.io\/*",
                "https:\/\/scrollscan.com\/*",
                "https:\/\/lineascan.build\/*",
                "https:\/\/solana.fm\/*",
                "https:\/\/solscan.io\/*"
            ],
            "use_dynamic_url": true,
            "resources": [
                "logo.png",
                "cielo.svg",
                "logo-16.png",
                "logo-32.png",
                "logo-48.png",
                "logo-128.png"
            ]
        }
    ]
}