Scatter
Decentralized signature, identity and authentication system.
Qu'est-ce que Scatter ?
Scatter est une extension Chrome développée par https://get-scatter.com, et sa fonction principale est "Decentralized signature, identity and authentication system.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scatter
Téléchargez les fichiers d'extension Scatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Scatter is a decentralized signature, identity, private data and authentication solution. It runs locally on your machine and is powered by asymmetrical encryption allowing you to authenticate with websites without hitting a centralized server.
You can fill out your identities once and applications can request information from them so that you never have to fill out forms. You may add blockchain accounts to identities and use them to provide signatures for transactions without ever giving up your keys.
Scatter is a revolutionary tool which heightens user experience, security, and makes the blockchain easier to use. Informations de Base sur l'Extension
| Nom | |
| ID | ammjpmhgckkpcamddpolhchgomcojkle |
| URL Officiel | https://chrome.google.com/webstore/detail/ammjpmhgckkpcamddpolhchgomcojkle |
| Description | Decentralized signature, identity and authentication system. |
| Taille du Fichier | 3.22 MB |
| Nombre d'Installations | 20,621 |
| Version Actuelle | 6.3.0 |
| Dernière Mise à Jour | 2019-06-23 |
| Date de Publication | 2019-06-23 |
| Évaluation | 4.43/5 Total 103 Évaluations |
| Développeur | https://get-scatter.com |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scatter",
"description": "Decentralized signature, identity and authentication system.",
"version": "6.3.0",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"inject.js"
],
"background": {
"scripts": [
"background.js"
]
}
} | |