Cielo
Enhanced onchain browsing with Cielo profile links
Wat is Cielo?
Cielo is een Chrome-extensie ontwikkeld door https://cielo.finance, en de belangrijkste functie is "Enhanced onchain browsing with Cielo profile links".
Extensie Screenshots
Download het CRX-bestand van de extensie Cielo
Download Cielo-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | nbmknhhenedcdaodehlbpfanpmgkjaeg |
| Officiële URL | https://chromewebstore.google.com/detail/cielo/nbmknhhenedcdaodehlbpfanpmgkjaeg |
| Beschrijving | Enhanced onchain browsing with Cielo profile links |
| Bestandsgrootte | 61.59 KB |
| Aantal Installaties | 225 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2024-02-21 |
| Publicatiedatum | 2023-11-01 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://cielo.finance |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://app.cielo.finance/ |
| Help Pagina-URL | https://t.me/cielocommunity |
| URL van de Privacybeleid Pagina | https://cielo.finance/terms-of-service.html |
| Ondersteunde Talen | 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"
]
}
]
} | |