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ファイルをダウンロード

GetAds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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