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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your market research on Facebook Ad library 10x more effective by using filters and automations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mazepool- Facebook Ads library tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |