DevAssist ChainGPT
Shows a detailed explanation of each blockchain transaction contract
什么是DevAssist ChainGPT?
DevAssist ChainGPT是由https://chaingpt.org开发的Chrome扩展程序,该扩展的主要功能是“Shows a detailed explanation of each blockchain transaction contract”。
扩展截图
下载DevAssist ChainGPT扩展crx文件
下载DevAssist ChainGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DevAssist is a unique browser extension powered by ChainGPT advanced AI technology, created to provide users with additional information in regards to any smart contract they are interacting with. For example, if a user is using metamask to interact with a smart-contract through a DApp or a web application, DevAssist extension will pop-up with easy to understand explanation of what the smart-contract that the user is about to interact with is actually doing. The Power of ChainGPT.org By utilizing the advanced AI model ChainGPT has to offer. Each and every smart contract is being scanned live by ChainGPT's AI, analyzed, and then explained in a simple way that's easy to understand by all users. This is the first time non developers with no-code knowledge can know for a fact what the smart contract that they're about to interact with is actually doing.
扩展基本信息
名称 | DevAssist ChainGPT |
ID | hdegcnnmimpfkeeodhihkiiocojgnpgg |
官方URL | https://chromewebstore.google.com/detail/devassist-chaingpt/hdegcnnmimpfkeeodhihkiiocojgnpgg |
简介 | Shows a detailed explanation of each blockchain transaction contract |
文件大小 | 1.27 MB |
安装次数 | 96 |
当前版本 | 1.0.0 |
更新时间 | 2023-02-19 |
上架时间 | 2023-02-18 |
评分 | 5.00/5 共3次评分 |
开发者 | https://chaingpt.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ChainGPT.org |
帮助页面URL | https://docs.chaingpt.org/chaingpt-ai-and-utilities/ii.-ai-tools-and-platforms-powered-by-chaingpt/devassist-browser-extension |
隐私政策页面URL | https://www.chaingpt.org/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Shows a detailed explanation of each blockchain transaction contract", "version": "1.0.0", "manifest_version": 3, "name": "DevAssist ChainGPT", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |