EUSPY
Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more...
Τι είναι το EUSPY;
Το EUSPY είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MineClash34, και η κύρια λειτουργία του είναι "Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EUSPY
Λήψη αρχείων επέκτασης EUSPY σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing EUSPY - Your Gateway to Enhanced Facebook Advertising Insights! 🌐🚀 Uncover a new dimension of advertising intelligence with EUSPY, the must-have extension for navigating the Facebook Ad Library like never before. Break free from the ordinary and delve into a world where data meets innovation. 🔎 Explore Ad Metrics with Precision EUSPY goes beyond the basics, providing nuanced insights into Ad Views, Ad Spend, and Average Daily Spend directly from Facebook's Ad Library. Elevate your competitive analysis and product discovery game with our comprehensive metrics. 🚀 Redefine Your Ad Strategy Unleash the potential of your ad campaigns by spying, tracking, and in-depth analyses of Facebook ads. Be prepared for the future with upcoming tools designed to revolutionize your approach to launching and testing new product effortlessly. 💡 Subscribe for Exclusive Benefits! Unlock the full potential of EUSPY by subscribing to our advanced plan today. Dive into the enhanced capabilities of our extension with a risk-free trial of the already outstanding free version. 🔥 Welcome to the EUSPY Experience Revolutionize your approach to advertising intelligence. Identify market leaders, streamline decision-making, and gain a competitive edge trusted by agencies, marketers, and leading brands alike. Perfect for lead generation, affiliates, and anyone seeking innovative methods for success. 🌟 Success Awaits Join the ranks of success stories as EUSPY propels you into a new era of advertising insight. Discover the winning products that can transform your business and be a part of the evolution at EUSPY.app. 🚀🌟📊
Βασικές Πληροφορίες Επέκτασης
Όνομα | EUSPY |
ID | oljajookacgmckcngdbdfgknicjoloej |
Επίσημο URL | https://chromewebstore.google.com/detail/euspy/oljajookacgmckcngdbdfgknicjoloej |
Περιγραφή | Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more... |
Μέγεθος Αρχείου | 38.07 KB |
Αριθμός Εγκαταστάσεων | 267 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2024-03-06 |
Ημερομηνία Δημοσίευσης | 2024-02-20 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | MineClash34 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://euspy.app/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://euspy.app/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://euspy.app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Boost your Meta's Ads Library with EUSPY : Reach, Estimated Spend, Bulk Reveal, Sort Ads, and more...", "manifest_version": 3, "name": "EUSPY", "version": "1.1.3", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon.png", "default_title": "EUSPY" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "host_permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/euspy.app\/*" ], "web_accessible_resources": [ { "resources": [ "intercept.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/web.facebook.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/web.facebook.com\/*" ], "js": [ "index.js", "subscriptions.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/euspy.app\/*" ], "js": [ "checker.js" ] } ] } |