GoogleScriptGPT
An Extension that uses AI to write and explain google apps script code for you.
Co to jest GoogleScriptGPT?
GoogleScriptGPT to rozszerzenie Chrome opracowane przez Hassan Raza, a jego główną funkcją jest „An Extension that uses AI to write and explain google apps script code for you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoogleScriptGPT
Pobierz pliki rozszerzeń GoogleScriptGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GoogleScriptGPT |
ID | aakmllddlcknkbcgjabmcgggfciofbgo |
Oficjalny URL | https://chromewebstore.google.com/detail/googlescriptgpt/aakmllddlcknkbcgjabmcgggfciofbgo |
Opis | An Extension that uses AI to write and explain google apps script code for you. |
Rozmiar pliku | 592 KB |
Liczba instalacji | 444 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-04-30 |
Data Publikacji | 2023-04-29 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Hassan Raza |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://googlescriptgpt.com/ |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Obsługiwane Języki | 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": [ " |