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
官方網址 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"
    }
}