Group Scout

Group Scout quickly finds the top influencers and top influential posts in any facebook group.

Group Scout란 무엇입니까?

Group Scout은(는) http://automationsuite.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Group Scout quickly finds the top influencers and top influential posts in any facebook group."입니다.

확장 프로그램 스크린샷

screenshot

Group Scout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        GroupScout will scan and find the most engaged post in any group. It will also show you the top influencers of the group and what they are posting to get engagement.  

Group Scout will help you find the best posts in any group. It scans and ranks all of your posts so you can easily see which ones are getting the most engagement. You’ll be able to find out who has been posting the most, what kind of content they post, and more!

Find out which posts are getting the most attention from other members in your group chats and who has been generating buzz with their posts. With our ranking system, you can quickly see what people are talking about without having to scroll forever or dig around for hours looking at every single post one by one. Now that's efficient!

Group Scout today so you can start scanning and ranking all those great conversations happening in your groups!

We suggest only using this plugin in the recommended settings (details inside of demo). 

PRICE:
Try it 7 days for free, then buy a license at https://groupscout.io/7-day-trail 

Detailed plans and workshops are held inside our group.
https://thecoachingportal.me/join                    

확장 프로그램 기본 정보

이름 Group Scout Group Scout
ID ngpdeehafhjllbdjfinongamdhidmjnf
공식 URL https://chrome.google.com/webstore/detail/group-scout/ngpdeehafhjllbdjfinongamdhidmjnf
설명 Group Scout quickly finds the top influencers and top influential posts in any facebook group.
파일 크기 211 KB
설치 횟수 89
현재 버전 1.14.0
최근 업데이트 2022-12-07
출시 날짜 2021-07-14
개발자 http://automationsuite.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://groupscout.io
도움말 페이지 URL https://groupscout.io/support
개인정보 보호 정책 페이지 URL https://get.automationsuite.io/Privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Scout",
    "description": "Group Scout quickly finds the top influencers and top influential posts in any facebook group.",
    "version": "1.14.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "login.html",
        "default_title": "Group Scout"
    },
    "icons": {
        "16": "images\/60ca22b8d4b2d16d0c938e90-Group_Scout-1663349047862-small_icon.png",
        "48": "images\/60ca22b8d4b2d16d0c938e90-Group_Scout-1663349047943-medium_icon.png",
        "128": "images\/60ca22b8d4b2d16d0c938e90-Group_Scout-1663349048007-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": "GS"
}