Mazepool- Facebook Ads library tool
Make your market research on Facebook Ad library 10x more effective by using filters and automations.
Was ist Mazepool- Facebook Ads library tool?
Mazepool- Facebook Ads library tool ist eine Chrome-Erweiterung, die von https://mazepool.com entwickelt wurde, und ihr Hauptmerkmal ist "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".
Erweiterungsscreenshots
Mazepool- Facebook Ads library tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mazepool- Facebook Ads library tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With our FREE chrome extension, you'll never have to scroll for hours to find your ads. Simply specify the filters you want to use on the ads and let Mazepool take over from there. It will automatically find every ad that satisfies the filter. Save hundreds of dollars on expensive product research tools. Get your own ads / creatives that are unique to you. Features: - Filter by the number of Ads a page is using. - Automatically scroll and stop the Ads library when required number of ads is found. Please let us know if you have any features suggestions or feedback. > mazepool.com/help
Grundlegende Informationen zur Erweiterung
Name | |
ID | cafmigipilphondjhnglkjpmggbmgldf |
Offizielle URL | https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf |
Beschreibung | Make your market research on Facebook Ad library 10x more effective by using filters and automations. |
Dateigröße | 105 KB |
Installationsanzahl | 150 |
Aktuelle Version | 3.5 |
Letztes Update | 2023-02-18 |
Veröffentlichungsdatum | 2022-10-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://mazepool.com |
[email protected] | |
Zahlungsart | in_app |
Hilfeseite URL | https://mazepool.com/pages/contact |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mazepool- Facebook Ads library tool", "short_name": "Mazepool", "version": "3.5", "author": "Mazepool.com", "description": "Make your market research on Facebook Ad library 10x more effective by using filters and automations.", "background": { "service_worker": "background.js" }, "icons": { "16": "16.png", "32": "16.png", "64": "16.png", "128": "16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/ads\/*" ], "js": [ "content_script.js" ], "css": [ "content_script.css" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |