GruFlu

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

Qu'est-ce que GruFlu ?

GruFlu est une extension Chrome développée par https://gruflu.com, et sa fonction principale est "GruFlu quickly finds the top influencers and top influential posts in any facebook group.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GruFlu

Téléchargez les fichiers d'extension GruFlu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GruFlu GruFlu
ID obokbjpaghkilchokaampdkcnchabkoh
URL Officiel https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh
Description GruFlu quickly finds the top influencers and top influential posts in any facebook group.
Taille du Fichier 241 KB
Nombre d'Installations 1,176
Version Actuelle 1.0.57
Dernière Mise à Jour 2024-02-01
Date de Publication 2021-11-01
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://gruflu.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tier5.us/chrome_extension
Langues Prises en Charge 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"
}