Sequence Wallet
The smartest wallet for Web3
Cos'è Sequence Wallet?
Sequence Wallet è un'estensione di Chrome sviluppata da sequence, e la sua funzione principale è "The smartest wallet for Web3".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sequence Wallet
Scarica i file di estensione Sequence Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The smartest wallet for Web3. Sequence is a smart wallet for Ethereum-compatible chains, Web3 + the metaverse.
Informazioni di Base sull'Estensione
Nome | |
ID | ocmccklecaalljlflmclidjeclpcpdim |
URL Ufficiale | https://chromewebstore.google.com/detail/sequence-wallet/ocmccklecaalljlflmclidjeclpcpdim |
Descrizione | The smartest wallet for Web3 |
Dimensione del File | 2.73 MB |
Conteggio Installazioni | 1,289 |
Versione Corrente | 2.0.8 |
Ultimo Aggiornamento | 2024-01-16 |
Data di Pubblicazione | 2022-01-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | sequence |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sequence.xyz |
URL della Pagina di Aiuto | https://support.sequence.xyz |
URL della Pagina della Politica sulla Privacy | https://sequence.app/privacy |
Lingue Supportate | 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" } } } |