GetAds
Get all the active Facebook ads from any URL with just one click.
GetAds क्या है?
GetAds https://getads.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get all the active Facebook ads from any URL with just one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GetAds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GetAds let's you get all the active Facebook ads from any URL with just one click. Just go to the website and click the GetAds extension (green lightning bolt) to see their active Facebook Ads. The goal of the extension is to make it simple for marketers to see competitors' ads, client ads or their own Facebook ads quickly and easily. With GetAds you also have the ability to export the ads inside of nicely formatted PDF that you can use to present to your clients or create swipe files extremely fast. We're this extension is useful for marketers or anyone looking to learn more about Facebook Ads. We welcome any feedback and intend to improve the extension and add functionality over time. P.S. We've got some pretty awesome features in our roadmap.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | icmkmkiiajihiijkokgejneioifnofjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/getads/icmkmkiiajihiijkokgejneioifnofjf |
विवरण | Get all the active Facebook ads from any URL with just one click. |
फ़ाइल का आकार | 248 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-07-16 |
प्रकाशन तिथि | 2019-11-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://getads.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getads.co |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "page": "template\/background.html" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "template\/popup.html" }, "content_scripts": [ { "css": [ "css\/content_style.css" ], "js": [ "js\/content_script.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "options_page": "template\/options.html", "description": "Get all the active Facebook ads from any URL with just one click.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "GetAds", "permissions": [ "tabs", "storage", "notifications", " |