AdScanner by PPC Ad Editor

AdScanner is an amazing tool for scraping and downloading ads from Google's ad transparency page.

Co to jest AdScanner by PPC Ad Editor?

AdScanner by PPC Ad Editor to rozszerzenie Chrome opracowane przez https://www.ppcadeditor.com, a jego główną funkcją jest „AdScanner is an amazing tool for scraping and downloading ads from Google's ad transparency page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AdScanner by PPC Ad Editor

Pobierz pliki rozszerzeń AdScanner by PPC Ad Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        AdScanner by PPC Ad Editor is an essential chrome extension for marketers aiming to analyze their competitors' Google text ads. 

This user-friendly tool allows you to effortlessly scrape and download key elements of ads from the Google Ads transparency page. 

Key features include:

✔️Ease of Use: Activate the extension on the Google Ads transparency page, and the script efficiently gathers the needed data.

✔️Comprehensive Data Extraction: Download available vital ad components such as headlines (1, 2, and 3), descriptions (1 and 2) and sitelinks.

✔️Seamless Integration with Excel: The extracted data can be directly downloaded into an Excel file, facilitating easy use with PPC Ad Editor for further analysis and strategy development.

✔️AdScanner Lite Version: Offers the capability to scrape up to 5 ads, ideal for basic needs.

✔️AdScanner PRO: An upgraded version available for those who need to remove the limit and access more extensive features.

This extension is a valuable asset for marketers looking to gain insights into competitors' ad strategies and optimize their own Google text ads campaigns.                    

Podstawowe informacje o rozszerzeniu

Nazwa AdScanner by PPC Ad Editor AdScanner by PPC Ad Editor
ID jbinahaocdcfjhahjlgoacmdjpokomia
Oficjalny URL https://chromewebstore.google.com/detail/adscanner-by-ppc-ad-edito/jbinahaocdcfjhahjlgoacmdjpokomia
Opis AdScanner is an amazing tool for scraping and downloading ads from Google's ad transparency page.
Rozmiar pliku 449 KB
Liczba instalacji 276
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2024-01-20
Data Publikacji 2022-12-02
Deweloper https://www.ppcadeditor.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ppcadeditor.com
Adres URL Strony Pomocy https://www.ppcadeditor.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.ppcadeditor.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdScanner by PPC Ad Editor",
    "description": "AdScanner is an amazing tool for scraping and downloading ads from Google's ad transparency page.",
    "version": "2.0.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.ppcadeditor.com\/",
    "author": {
        "name": "Mohsin Ali",
        "url": "https:\/\/github.com\/mohsinaliryk"
    },
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "app.html"
    },
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/adstransparency.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/adstransparency.google.com\/advertiser\/*\/creative\/*?*&opener=extension"
            ],
            "js": [
                "js\/details.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/tpc.googlesyndication.com\/archive\/sadbundle\/$csp%3Darchive$\/*"
            ],
            "js": [
                "js\/frame.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "oauth2": {
        "client_id": "766082034962-ef0uae8reqri5u2nc51qlh9vmrnej356.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq3NfHzKYZ\/MZbpGiOs5VoPdxsWkWY46DO12mZk0W0HYOieGop\/kyZ8k30Cs9FNSk1zRohj3lRRPYE8MH1TpjY7Oud02\/1clelMIZxjWlEbaPvD2hAa\/47ws0LXYF2sIyY74HZ3tTGKhrPYt1KTF5qbh0Au9hTEZb\/KSBZ5HY5elhnCft9aegZzTkqBskc6mwDgSTQ95k3k9Jq7OIa97Q\/Q4grH3SlPTXKIheiXoxKpTZAbkVlwMn56LT05vkNwGZq0VZAcrWO68UAIJIFxHrouUAxfIoOP4TSyrbGZky3O1u+ZCkMFGRG2cIPi6H4gcdXYjrkzlDi03ifUh9PTCm5wIDAQAB",
    "host_permissions": [
        "https:\/\/adscanner.onrender.com\/*",
        "https:\/\/adstransparency.google.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ]
}