GruFlu

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

Wat is GruFlu?

GruFlu is een Chrome-extensie ontwikkeld door https://gruflu.com, en de belangrijkste functie is "GruFlu quickly finds the top influencers and top influential posts in any facebook group.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GruFlu

Download GruFlu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GruFlu GruFlu
ID obokbjpaghkilchokaampdkcnchabkoh
Officiële URL https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh
Beschrijving GruFlu quickly finds the top influencers and top influential posts in any facebook group.
Bestandsgrootte 241 KB
Aantal Installaties 1,176
Huidige Versie 1.0.57
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2021-11-01
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://gruflu.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tier5.us/chrome_extension
Ondersteunde Talen 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"
}