Echo Bridge
The bridge between your web site and the Echo
Echo Bridge क्या है?
Echo Bridge pixelplex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The bridge between your web site and the Echo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Echo Bridge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Echo Bridge |
ID | ginklfodpcgldnicehmlpehfmgjhbdcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/echo-bridge/ginklfodpcgldnicehmlpehfmgjhbdcl |
विवरण | The bridge between your web site and the Echo |
फ़ाइल का आकार | 13.89 MB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.18.4 |
अंतिम अपडेट | 2022-10-13 |
प्रकाशन तिथि | 2020-04-21 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | pixelplex |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/19ZPZQSLGRZ5ObIvDzAT1tLYHwUpaZZgT/edit |
समर्थित भाषाएँ | 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" ] } |