GoogleScriptGPT
An Extension that uses AI to write and explain google apps script code for you.
什么是GoogleScriptGPT?
GoogleScriptGPT是由Hassan Raza开发的Chrome扩展程序,该扩展的主要功能是“An Extension that uses AI to write and explain google apps script code for you.”。
扩展截图
下载GoogleScriptGPT扩展crx文件
下载GoogleScriptGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension will help you write and explain Google Apps Script Code using AI. Features: - Write Google Apps Script Code - Explain Google Apps Script Code - Access to the Past Queries - More Features Coming Soon... This Extension is in Beta. So please provide your feedback to help us improve the extension. This Extension is not affiliated with or endorsed or sponsored by Google.
扩展基本信息
名称 | GoogleScriptGPT |
ID | aakmllddlcknkbcgjabmcgggfciofbgo |
官方URL | https://chromewebstore.google.com/detail/googlescriptgpt/aakmllddlcknkbcgjabmcgggfciofbgo |
简介 | An Extension that uses AI to write and explain google apps script code for you. |
文件大小 | 592 KB |
安装次数 | 444 |
当前版本 | 1.0.0 |
更新时间 | 2023-04-30 |
上架时间 | 2023-04-29 |
评分 | 1.00/5 共1次评分 |
开发者 | Hassan Raza |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://googlescriptgpt.com/ |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An Extension that uses AI to write and explain google apps script code for you.", "version": "1.0.0", "manifest_version": 3, "name": "GoogleScriptGPT", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "main.png" }, "icons": { "128": "main.png" }, "content_scripts": [ { "matches": [ " |