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