GetAds

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

Cos'è GetAds?

GetAds è un'estensione di Chrome sviluppata da https://getads.co, e la sua funzione principale è "Get all the active Facebook ads from any URL with just one click.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione GetAds

Scarica i file di estensione GetAds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GetAds GetAds
ID icmkmkiiajihiijkokgejneioifnofjf
URL Ufficiale https://chromewebstore.google.com/detail/getads/icmkmkiiajihiijkokgejneioifnofjf
Descrizione Get all the active Facebook ads from any URL with just one click.
Dimensione del File 248 KB
Conteggio Installazioni 59
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-07-16
Data di Pubblicazione 2019-11-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://getads.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getads.co
Lingue Supportate 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"
}