EasyGPT
A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.
什么是EasyGPT?
EasyGPT是由EasyLeadz开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.”。
扩展截图
下载EasyGPT扩展crx文件
下载EasyGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension that generates personalised cold emails & LinkedIn messages using ChatGPT API.
扩展基本信息
名称 | EasyGPT |
ID | ommdlfkdofnfnmddofkencbjjeffdibo |
官方URL | https://chromewebstore.google.com/detail/easygpt/ommdlfkdofnfnmddofkencbjjeffdibo |
简介 | A Chrome extension that generates personalized LinkedIn messages using ChatGPT API. |
文件大小 | 44.35 KB |
安装次数 | 1,656 |
当前版本 | 1.2 |
更新时间 | 2024-01-13 |
上架时间 | 2023-04-19 |
评分 | 5.00/5 共6次评分 |
开发者 | EasyLeadz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.easyleadz.com/privacy.php |
支持的语言 | 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" } } |