GruFlu

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

Was ist GruFlu?

GruFlu ist eine Chrome-Erweiterung, die von https://gruflu.com entwickelt wurde, und ihr Hauptmerkmal ist "GruFlu quickly finds the top influencers and top influential posts in any facebook group.".

Erweiterungsscreenshots

screenshot

GruFlu-Erweiterungs-CRX-Datei herunterladen

Laden Sie GruFlu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GruFlu GruFlu
ID obokbjpaghkilchokaampdkcnchabkoh
Offizielle URL https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh
Beschreibung GruFlu quickly finds the top influencers and top influential posts in any facebook group.
Dateigröße 241 KB
Installationsanzahl 1,176
Aktuelle Version 1.0.57
Letztes Update 2024-02-01
Veröffentlichungsdatum 2021-11-01
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler https://gruflu.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://tier5.us/chrome_extension
Unterstützte Sprachen 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"
}