Ads GPT

Elevate your advertising game.

Ads GPTとは何ですか?

Ads GPTはOmar Diopによって開発されたChromeの拡張機能で、その主な機能は「Elevate your advertising game.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}