GruFlu

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

GruFlu क्या है?

GruFlu https://gruflu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GruFlu quickly finds the top influencers and top influential posts in any facebook group."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GruFlu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GruFlu GruFlu
ID obokbjpaghkilchokaampdkcnchabkoh
आधिकारिक URL https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh
विवरण GruFlu quickly finds the top influencers and top influential posts in any facebook group.
फ़ाइल का आकार 241 KB
स्थापना संख्या 1,176
वर्तमान संस्करण 1.0.57
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2021-11-01
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://gruflu.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tier5.us/chrome_extension
समर्थित भाषाएँ 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"
}