GoogleScriptGPT
An Extension that uses AI to write and explain google apps script code for you.
Τι είναι το GoogleScriptGPT;
Το GoogleScriptGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hassan Raza, και η κύρια λειτουργία του είναι "An Extension that uses AI to write and explain google apps script code for you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GoogleScriptGPT
Λήψη αρχείων επέκτασης 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": [ " |