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 https://www.thepuretech.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PureTech Facebook Interest/Audience Discovery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम PureTech Facebook Interest/Audience Discovery PureTech Facebook Interest/Audience Discovery
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"
    ]
}