Genius Group Spy
Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.
Genius Group Spy란 무엇입니까?
Genius Group Spy은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group."입니다.
확장 프로그램 스크린샷
Genius Group Spy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Genius Group Spy allows you to analyze data fro FB Group posts, so you can see: - Which are the top performing posts - Who are the primary influencers within the group This data will allow you to know which posts to focus your time on interacting with, and which people in the group will be most advantageous to network with. You will get a page of the top posts, and a page of the top influencers. You can also download the data as a .CSV file should you choose to do so (this is optional). This extension is an authorized white label version of the "Gru Flu" extension by Tier5.
확장 프로그램 기본 정보
이름 | Genius Group Spy |
ID | banapepmdjohobhkmellbmkoahcjheok |
공식 URL | https://chromewebstore.google.com/detail/genius-group-spy/banapepmdjohobhkmellbmkoahcjheok |
설명 | Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group. |
파일 크기 | 229 KB |
설치 횟수 | 251 |
현재 버전 | 1.0.96 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-04-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | edakehurst |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://geniusgroupspy.geniussoftware.io |
도움말 페이지 URL | https://edsays.net/support |
개인정보 보호 정책 페이지 URL | https://geniusposts.io/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Group Spy", "description": "Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.", "version": "1.0.96", "manifest_version": 3, "action": { "default_popup": "login.html", "default_title": "Genius Group Spy" }, "icons": { "16": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450244-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450340-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450399-large_icon.png" }, "background": { "service_worker": "js\/backgroundWrapper.min.js" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ ".\/js\/jquery.min.js", ".\/js\/content.min.js" ], "matches": [ "https:\/\/*.facebook.com\/groups\/*" ] } ], "permissions": [ "tabs", "storage", "notifications" ], "options_page": "dashboard1.html", "short_name": "GGS" } |