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開發的Chrome擴展程式,該擴展的主要功能是“Get Deeper for Facebook Audience Insights and Target Hundreds Hidden Interest Groups!”。

擴展截圖

screenshot
screenshot
screenshot

下載PureTech Facebook Interest/Audience Discovery擴展crx文件

下載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.                    

擴展基本資訊

名稱 PureTech Facebook Interest/Audience Discovery PureTech Facebook Interest/Audience Discovery
ID ajebmbdjkcoakbofogkgnnoedpockjgd
官方網址 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"
    ]
}