GetAds

Get all the active Facebook ads from any URL with just one click.

GetAds란 무엇입니까?

GetAds은(는) https://getads.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get all the active Facebook ads from any URL with just one click."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        GetAds let's you get all the active Facebook ads from any URL with just one click.

Just go to the website and click the GetAds extension (green lightning bolt) to see their active Facebook Ads.

The goal of the extension is to make it simple for marketers to see competitors' ads, client ads or their own Facebook ads quickly and easily.

With GetAds you also have the ability to export the ads inside of nicely formatted PDF that you can use to present to your clients or create swipe files extremely fast.

We're this extension is useful for marketers or anyone looking to learn more about Facebook Ads. We welcome any feedback and intend to improve the extension and add functionality over time.

P.S. We've got some pretty awesome features in our roadmap.                    

확장 프로그램 기본 정보

이름 GetAds GetAds
ID icmkmkiiajihiijkokgejneioifnofjf
공식 URL https://chromewebstore.google.com/detail/getads/icmkmkiiajihiijkokgejneioifnofjf
설명 Get all the active Facebook ads from any URL with just one click.
파일 크기 248 KB
설치 횟수 59
현재 버전 1.0.3
최근 업데이트 2020-07-16
출시 날짜 2019-11-14
평점 5.00/5 총 2 개의 평점
개발자 https://getads.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getads.co
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "template\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "template\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content_style.css"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "template\/options.html",
    "description": "Get all the active Facebook ads from any URL with just one click.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "GetAds",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}