Ads GPT

Elevate your advertising game.

O que é Ads GPT?

Ads GPT é uma extensão do Chrome desenvolvida por Omar Diop, e sua principal característica é "Elevate your advertising game.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ads GPT

Baixe arquivos de extensão Ads GPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ads GPT Ads GPT
ID aibbpmomnbjamgdcaoniigdlfdcopclb
URL Oficial https://chromewebstore.google.com/detail/ads-gpt/aibbpmomnbjamgdcaoniigdlfdcopclb
Descrição Elevate your advertising game.
Tamanho do Arquivo 54.91 KB
Contagem de Instalações 293
Versão Atual 0.0.4
Última Atualização 2023-04-05
Data de Publicação 2023-02-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Omar Diop
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/omar-diop/ads-gpt
URL da Página de Ajuda https://github.com/omar-diop/ads-gpt/issues
Idiomas Suportados 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"
    }
}