GruFlu
GruFlu quickly finds the top influencers and top influential posts in any facebook group.
GruFlu란 무엇입니까?
GruFlu은(는) https://gruflu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GruFlu quickly finds the top influencers and top influential posts in any facebook group."입니다.
확장 프로그램 스크린샷
GruFlu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GruFlu will take your organic marketing to a new level. It will allow you to easily find the most influential posts and topics in any Facebook group so you can get content ideas and see what your dream buyers are really interested in talking about. It will also help you find and target the top influencers in a group so you can build relationships with them. GruFlu will save you hours and hours of your time and help you create better content, grow your network, and get more paying customers.
확장 프로그램 기본 정보
이름 | GruFlu |
ID | obokbjpaghkilchokaampdkcnchabkoh |
공식 URL | https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh |
설명 | GruFlu quickly finds the top influencers and top influential posts in any facebook group. |
파일 크기 | 241 KB |
설치 횟수 | 1,176 |
현재 버전 | 1.0.57 |
최근 업데이트 | 2024-02-01 |
출시 날짜 | 2021-11-01 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://gruflu.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://tier5.us/chrome_extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GruFlu", "description": "GruFlu quickly finds the top influencers and top influential posts in any facebook group.", "version": "1.0.57", "manifest_version": 3, "action": { "default_popup": "login.html", "default_title": "GruFlu" }, "icons": { "16": "images\/1635350191339-smallLogo.png", "48": "images\/1635350191493-mediumLogo.png", "128": "images\/1635350191555-largeLogo.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": "G" } |