GoogleScriptGPT
An Extension that uses AI to write and explain google apps script code for you.
Vad är GoogleScriptGPT?
GoogleScriptGPT är en Chrome-tillägg utvecklad av Hassan Raza, och dess huvudfunktion är "An Extension that uses AI to write and explain google apps script code for you.".
Tilläggsskärmbilder
Ladda ner GoogleScriptGPT-förlängningens CRX-fil
Ladda ner GoogleScriptGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GoogleScriptGPT |
ID | aakmllddlcknkbcgjabmcgggfciofbgo |
Officiell webbadress | https://chromewebstore.google.com/detail/googlescriptgpt/aakmllddlcknkbcgjabmcgggfciofbgo |
Beskrivning | An Extension that uses AI to write and explain google apps script code for you. |
Filstorlek | 592 KB |
Antal Installationer | 444 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-04-30 |
Publiceringsdatum | 2023-04-29 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Hassan Raza |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://googlescriptgpt.com/ |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Stödda Språk | 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": [ " |