Mazepool- Facebook Ads library tool
Make your market research on Facebook Ad library 10x more effective by using filters and automations.
Qu'est-ce que Mazepool- Facebook Ads library tool ?
Mazepool- Facebook Ads library tool est une extension Chrome développée par https://mazepool.com, et sa fonction principale est "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mazepool- Facebook Ads library tool
Téléchargez les fichiers d'extension Mazepool- Facebook Ads library tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | cafmigipilphondjhnglkjpmggbmgldf |
URL Officiel | https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf |
Description | Make your market research on Facebook Ad library 10x more effective by using filters and automations. |
Taille du Fichier | 105 KB |
Nombre d'Installations | 150 |
Version Actuelle | 3.5 |
Dernière Mise à Jour | 2023-02-18 |
Date de Publication | 2022-10-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://mazepool.com |
[email protected] | |
Type de Paiement | in_app |
URL de la Page d'Aide | https://mazepool.com/pages/contact |
Langues Prises en Charge | 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" ] } |