Ads GPT
Elevate your advertising game.
Что такое Ads GPT?
Ads GPT - это расширение Chrome, разработанное Omar Diop, и его основная функция - "Elevate your advertising game.".
Снимки экрана расширения
Скачать файл CRX расширения Ads GPT
Скачайте файлы расширений 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" } } |