Ads GPT

Elevate your advertising game.

Ads GPTคืออะไร?

Ads GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Omar Diop และคุณลักษณะหลักของมันคือ "Elevate your advertising game."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}