GoogleScriptGPT
An Extension that uses AI to write and explain google apps script code for you.
Wat is GoogleScriptGPT?
GoogleScriptGPT is een Chrome-extensie ontwikkeld door Hassan Raza, en de belangrijkste functie is "An Extension that uses AI to write and explain google apps script code for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie GoogleScriptGPT
Download GoogleScriptGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GoogleScriptGPT |
ID | aakmllddlcknkbcgjabmcgggfciofbgo |
Officiële URL | https://chromewebstore.google.com/detail/googlescriptgpt/aakmllddlcknkbcgjabmcgggfciofbgo |
Beschrijving | An Extension that uses AI to write and explain google apps script code for you. |
Bestandsgrootte | 592 KB |
Aantal Installaties | 444 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-04-30 |
Publicatiedatum | 2023-04-29 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Hassan Raza |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://googlescriptgpt.com/ |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Ondersteunde Talen | 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": [ " |