Mazepool- Facebook Ads library tool
Make your market research on Facebook Ad library 10x more effective by using filters and automations.
ما هو Mazepool- Facebook Ads library tool؟
Mazepool- Facebook Ads library tool هو إضافة Chrome تم تطويرها بواسطة https://mazepool.com، والميزة الرئيسية لها هي "Make your market research on Facebook Ad library 10x more effective by using filters and automations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mazepool- Facebook Ads library tool
قم بتنزيل ملفات الامتداد Mazepool- Facebook Ads library tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | cafmigipilphondjhnglkjpmggbmgldf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mazepool-facebook-ads-lib/cafmigipilphondjhnglkjpmggbmgldf |
الوصف | Make your market research on Facebook Ad library 10x more effective by using filters and automations. |
حجم الملف | 105 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 3.5 |
آخر تحديث | 2023-02-18 |
تاريخ النشر | 2022-10-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://mazepool.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
عنوان صفحة المساعدة | https://mazepool.com/pages/contact |
اللغات المدعومة | 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" ] } |