Ads GPT

Elevate your advertising game.

Ads GPT란 무엇입니까?

Ads GPT은(는) Omar Diop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elevate your advertising game."입니다.

확장 프로그램 스크린샷

screenshot

Ads GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}