Sequence Wallet
The smartest wallet for Web3
Wat is Sequence Wallet?
Sequence Wallet is een Chrome-extensie ontwikkeld door sequence, en de belangrijkste functie is "The smartest wallet for Web3".
Extensie Screenshots
Download het CRX-bestand van de extensie Sequence Wallet
Download Sequence 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
The smartest wallet for Web3.
Sequence is a smart wallet for Ethereum-compatible chains, Web3 + the metaverse. Basisinformatie over de Extensie
| Naam | |
| ID | ocmccklecaalljlflmclidjeclpcpdim |
| Officiële URL | https://chromewebstore.google.com/detail/sequence-wallet/ocmccklecaalljlflmclidjeclpcpdim |
| Beschrijving | The smartest wallet for Web3 |
| Bestandsgrootte | 2.73 MB |
| Aantal Installaties | 1,289 |
| Huidige Versie | 2.0.8 |
| Laatst Bijgewerkt | 2024-01-16 |
| Publicatiedatum | 2022-01-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | sequence |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sequence.xyz |
| Help Pagina-URL | https://support.sequence.xyz |
| URL van de Privacybeleid Pagina | https://sequence.app/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sequence Wallet",
"description": "The smartest wallet for Web3",
"version": "2.0.8",
"manifest_version": 2,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5yxf8ZmL0ozw173q2KtQBHl48o4m9gjTYVxkN3IP4EyQwuvBoUueWPfrtbMyOLFjDyZYuL1bl8JxF8gFRsj6QDOY7cRc0NK9\/if9cNAtZO5S1dUylFCIgBAY8fYj\/czrscOUkLl4Kj6FT01n9Ppf37\/nyxvpYkNzF8CvQTf\/Rs7N2ruxLXSdn9Xtg+lZUzB57hmUofs8nHcnRoNbf958qXqQmwaFdHoOGkL6MmW7YMz6zSiWPD9EZwR9gWxPTfbKtJOsONAHTlom8jA9j5s4pf1ITZ30\/lWkraD0rp6jC1DKpNpFyFydBikmtUUz7hAc47F09uwqcFfkTY5MejerGQIDAQAB",
"permissions": [
"clipboardRead"
],
"optional_permissions": [
"https:\/\/*.sequence.app\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"128": "icon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"inpage.js"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png"
}
}
} | |