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!"입니다.
확장 프로그램 스크린샷
PureTech Facebook Interest/Audience Discovery 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |