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是由https://mazepool.com开发的Chrome扩展程序,该扩展的主要功能是“Make your market research on Facebook Ad library 10x more effective by using filters and automations.”。
扩展截图
下载Mazepool- Facebook Ads library tool扩展crx文件
下载Mazepool- Facebook Ads library tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面URL | 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" ] } |