Echo Bridge

The bridge between your web site and the Echo

Qu'est-ce que Echo Bridge ?

Echo Bridge est une extension Chrome développée par pixelplex, et sa fonction principale est "The bridge between your web site and the Echo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Echo Bridge

Téléchargez les fichiers d'extension Echo Bridge 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

                        Bridge is a tool designed to make running Echo dApps for people as easy as possible. 

As an extension for your browser, Bridge can act as a dedicated Echo wallet, allowing you to access and manage your account data, manage multiple accounts, and use it for making, signing transactions & viewing your account history.                    

Informations de Base sur l'Extension

Nom Echo Bridge Echo Bridge
ID ginklfodpcgldnicehmlpehfmgjhbdcl
URL Officiel https://chromewebstore.google.com/detail/echo-bridge/ginklfodpcgldnicehmlpehfmgjhbdcl
Description The bridge between your web site and the Echo
Taille du Fichier 13.89 MB
Nombre d'Installations 19
Version Actuelle 1.18.4
Dernière Mise à Jour 2022-10-13
Date de Publication 2020-04-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur pixelplex
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/19ZPZQSLGRZ5ObIvDzAT1tLYHwUpaZZgT/edit
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "BRG",
    "name": "Echo Bridge",
    "description": "The bridge between your web site and the Echo",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_title": "Echo Bridge",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "version": "1.18.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "clipboardWrite",
        "notifications",
        "activeTab"
    ],
    "web_accessible_resources": [
        "inpage.js",
        "background.js",
        "unlimitedStorage.js"
    ]
}