Ads GPT
Elevate your advertising game.
Co to jest Ads GPT?
Ads GPT to rozszerzenie Chrome opracowane przez Omar Diop, a jego główną funkcją jest „Elevate your advertising game.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ads GPT
Pobierz pliki rozszerzeń Ads GPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ads GPT |
ID | aibbpmomnbjamgdcaoniigdlfdcopclb |
Oficjalny URL | https://chromewebstore.google.com/detail/ads-gpt/aibbpmomnbjamgdcaoniigdlfdcopclb |
Opis | Elevate your advertising game. |
Rozmiar pliku | 54.91 KB |
Liczba instalacji | 293 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2023-04-05 |
Data Publikacji | 2023-02-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Omar Diop |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/omar-diop/ads-gpt |
Adres URL Strony Pomocy | https://github.com/omar-diop/ads-gpt/issues |
Obsługiwane Języki | 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" } } |