Ads GPT
Elevate your advertising game.
什么是Ads GPT?
Ads GPT是由Omar Diop开发的Chrome扩展程序,该扩展的主要功能是“Elevate your advertising game.”。
扩展截图
下载Ads GPT扩展crx文件
下载Ads GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ads GPT is an open-source extension that helps professionals and entrepreneurs create compelling and targeted Facebook ads with ease and speed. With Ads GPT, you can generate variations of headlines and body text based on your product or service description. Its intuitive interface and ability to generate engaging and targeted ads will help you improve your presence on Facebook and reach your audience more efficiently. The project is open source, and we welcome anyone who wants to contribute to its improvement. If you encounter problems or have ideas for improving Ads GPT, we invite you to report any issues or participate in discussions on GitHub. We are always looking for contributors to make Ads GPT even more powerful and useful, so don't hesitate to contribute. You can find the link in the store page or directly in the extension.
扩展基本信息
名称 | Ads GPT |
ID | aibbpmomnbjamgdcaoniigdlfdcopclb |
官方URL | https://chromewebstore.google.com/detail/ads-gpt/aibbpmomnbjamgdcaoniigdlfdcopclb |
简介 | Elevate your advertising game. |
文件大小 | 54.91 KB |
安装次数 | 293 |
当前版本 | 0.0.4 |
更新时间 | 2023-04-05 |
上架时间 | 2023-02-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Omar Diop |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/omar-diop/ads-gpt |
帮助页面URL | https://github.com/omar-diop/ads-gpt/issues |
支持的语言 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "author": "Omar Diop", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.4", "manifest_version": 3, "background.service_worker": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "action": { "default_popup": "\/src\/popup.html", "default_icon": { "48": "\/src\/assets\/icons\/48.png", "128": "\/src\/assets\/icons\/128.png" } }, "icons": { "48": "\/src\/assets\/icons\/48.png", "128": "\/src\/assets\/icons\/128.png" } } |