Create your own ChatGPT Bot Extension [2023]

Create your own ChatGPT Bot Extension [2023]

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 16 lectures (1h 10m) | 677 MB

Use the power of Chrome extensions and web page analysis (HTML/Javascript) to create a custom ChatGPT bot for GMail

Welcome to “Create your own ChatGPT Bot Extension”, a course that will teach you how to use the power of Chrome extensions and web page analysis to create a custom ChatGPT bot for GMail.

You will start by learning how to use HTML and JavaScript to analyze web pages and extract information that can be used by your ChatGPT bot. You will learn how to use the Chrome extension API to interact with GMail and perform tasks on behalf of the user. As you progress through the course, you will have the opportunity to put your skills to the test by creating a custom ChatGPT bot that can be extended to perform a variety of tasks, such as scheduling appointments, sending emails, and searching for information online. Not only can the functionality be extended to GMail but any other app of your choice, like Whatsapp, Discord, or anything else you may be interested in.

This course is suitable for those who are familiar with the basics of web development, and who want to use their skills to create a unique and powerful chatbot for GMail. Whether you are a seasoned developer or a beginner, you will find the content in this course to be engaging and informative. So if you want to learn how to create your own ChatGPT bot extension, this course is for you!

What you’ll learn

  • Understand how GPT can benefit every day workflows
  • Create a GPT bot that will create an email preview
  • Learn the architecture of Chrome extensions
  • Learn web page analysis using the console and HTML / Javascript
Table of Contents

Introduction
1 Introduction
2 Install VS Code
3 Create a simple Chrome extension

GMail
4 Event Open an email
5 Event Click the reply button
6 Scrape email thread
7 Integrate everything into gmail-script.js

Service Worker
8 Chrome Extension Architecture
9 Service worker basics
10 From GMail to service worker
11 From service worker to ChatGPT

ChatGPT
12 ChatGPT Input
13 Scrape ChatGPT’s last response
14 Event ChatGPT is finished writing
15 Integrate everything into gpt-script.js
16 Finish extension

Homepage