Socialpeeks Influencer Analyzer
Own your influencer campaigns with Socialpeeks
Socialpeeks Influencer Analyzer란 무엇입니까?
Socialpeeks Influencer Analyzer은(는) https://socialpeeks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Own your influencer campaigns with Socialpeeks"입니다.
확장 프로그램 스크린샷
Socialpeeks Influencer Analyzer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly analyze any Instagram™ account! Find the best potential campaign influencers and save them to a campaign list. Get all the critical information you need to choose your best Instagram™ collaborators: • Engagement rates vs. industry averages • Instagram account type public vs. business vs. creator • Contact email address and location • History of top-performing posts • Previous “sponsored” posts • Save any influencer to your own campaign list • Collaborate with your team / client on any campaign Stop wasting time browsing Instagram™. Start looking at potential creators, influencers and ambassadors! 💹 Analyze ANY Account. 🖼 Evaluate Content. 💻 Connect with Influencers 100% free! Unlimited usage! Socialpeeks Influencer Analyzer is the ultimate tool for marketers working with Instagram™ influencers. Learn more at https://www.socialpeeks.com Instagram™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Instagram™ or Facebook Inc.
확장 프로그램 기본 정보
이름 | Socialpeeks Influencer Analyzer |
ID | mccgeoiagpeckpkenegmjjoaeeppdjld |
공식 URL | https://chromewebstore.google.com/detail/socialpeeks-influencer-an/mccgeoiagpeckpkenegmjjoaeeppdjld |
설명 | Own your influencer campaigns with Socialpeeks |
파일 크기 | 1.03 MB |
설치 횟수 | 1,294 |
현재 버전 | 0.0.32 |
최근 업데이트 | 2021-05-04 |
출시 날짜 | 2020-07-04 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | https://socialpeeks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.socialpeeks.com |
도움말 페이지 URL | https://www.socialpeeks.com |
개인정보 보호 정책 페이지 URL | https://members.socialpeeks.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Own your influencer campaigns with Socialpeeks", "version": "0.0.32", "manifest_version": 2, "name": "Socialpeeks Influencer Analyzer", "short_name": "Socialpeeks Influencer Analyzer", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_title": "Socialpeeks", "default_popup": "popup.html" }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*", "*:\/\/localhost\/*", "*:\/\/local.host\/*", "*:\/\/*.socialpeeks.com\/*", "*:\/\/*.mixpanel.com\/*", "*:\/\/*.google-analytics.com\/*", "storage", "tabs", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.bundle.js" ] } ], "web_accessible_resources": [ "*" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/use.fontawesome.com https:\/\/cdn4.mxpnl.com 'unsafe-eval'; object-src 'self'", "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/local.host\/*" ] } } |