Group Scout

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

Cos'è Group Scout?

Group Scout è un'estensione di Chrome sviluppata da http://automationsuite.io, e la sua funzione principale è "Group Scout quickly finds the top influencers and top influential posts in any facebook group.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Group Scout

Scarica i file di estensione Group Scout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Group Scout Group Scout
ID ngpdeehafhjllbdjfinongamdhidmjnf
URL Ufficiale https://chrome.google.com/webstore/detail/group-scout/ngpdeehafhjllbdjfinongamdhidmjnf
Descrizione Group Scout quickly finds the top influencers and top influential posts in any facebook group.
Dimensione del File 211 KB
Conteggio Installazioni 89
Versione Corrente 1.14.0
Ultimo Aggiornamento 2022-12-07
Data di Pubblicazione 2021-07-14
Sviluppatore http://automationsuite.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://groupscout.io
URL della Pagina di Aiuto https://groupscout.io/support
URL della Pagina della Politica sulla Privacy https://get.automationsuite.io/Privacy-policy
Lingue Supportate 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"
}