EasyGPT

A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.

What is EasyGPT?

EasyGPT is a Chrome extension developed by EasyLeadz, and its main feature is "A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.".

Extension Screenshots

screenshot

Download EasyGPT Extension CRX File

Download EasyGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Chrome extension that generates personalised cold emails & LinkedIn messages using ChatGPT API.                    

Extension Basic Information

Name EasyGPT EasyGPT
ID ommdlfkdofnfnmddofkencbjjeffdibo
Official URL https://chromewebstore.google.com/detail/easygpt/ommdlfkdofnfnmddofkencbjjeffdibo
Description A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.
File Size 44.35 KB
Installation Count 1,656
Current Version 1.2
Last Updated 2024-01-13
Publish Date 2023-04-19
Rating 5.00/5 Total 6 Ratings
Developer EasyLeadz
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.easyleadz.com/privacy.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyGPT",
    "version": "1.2",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "description": "A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}