PureTech Facebook Interest/Audience Discovery
Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups!
Τι είναι το PureTech Facebook Interest/Audience Discovery;
Το PureTech Facebook Interest/Audience Discovery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.thepuretech.com, και η κύρια λειτουργία του είναι "Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PureTech Facebook Interest/Audience Discovery
Λήψη αρχείων επέκτασης PureTech Facebook Interest/Audience Discovery σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When you type a keyword in the ads manager to find out the interest groups for targeting, by default it will list at most 25 groups. However there are hundreds of hidden interest groups on Facebook. The tool will get them right in front of you, you just need copy and paste them for targeting. Facebook audience insights is a great tool to explore the potential custom audience for your campaigns or to find your competitor's audience insights. However if you want to know whether that page is targetable, you have to copy that name and paste to the ads manager to find out, this tool will display a target icon next to the targetable pages, once you click that icon, it will show the audience size with more information. You can click the icon again to hide the information. It is very handy and powerful tool.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ajebmbdjkcoakbofogkgnnoedpockjgd |
Επίσημο URL | https://chrome.google.com/webstore/detail/puretech-facebook-interes/ajebmbdjkcoakbofogkgnnoedpockjgd |
Περιγραφή | Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups! |
Μέγεθος Αρχείου | 209 KB |
Αριθμός Εγκαταστάσεων | 255 |
Τρέχουσα Έκδοση | 2.6 |
Τελευταία Ενημέρωση | 2020-05-28 |
Ημερομηνία Δημοσίευσης | 2020-05-28 |
Αξιολόγηση | 1.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.thepuretech.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.thepuretech.com/p/facebook-interest-explorer-and-audience-insights-discovery |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.thepuretech.com/p/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Pure Tech", "name": "PureTech Facebook Interest\/Audience Discovery", "description": "Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups!", "background": { "persistent": true, "scripts": [ "js.min\/js\/jquery.min.js", "js.min\/js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/font-awsome.min.css", "css\/content.css" ], "js": [ "js.min\/js\/jquery.min.js", "js.min\/js\/axios.js", "js.min\/js\/function.js", "js.min\/js\/contentScript.js" ], "matches": [ "https:\/\/*.facebook.com\/ads\/audience-insights\/*", "https:\/\/*.facebook.com\/adsmanager\/manage\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/target128.png", "19": "images\/target19.png", "48": "images\/target48.png" }, "browser_action": { "default_icon": { "128": "images\/target128.png", "19": "images\/target19.png", "48": "images\/target48.png" }, "default_popup": "popup.html", "default_title": "PureTech Facebook Audience\/Interest Discover" }, "manifest_version": 2, "permissions": [ "storage", "tabs", "activeTab", "declarativeContent", "identity", "https:\/\/*.facebook.com\/*" ], "version": "2.6", "web_accessible_resources": [ "images\/*", "css\/*", "fonts\/*", "js.min\/js\/*", "*.html", "manifest.json" ] } |