GruFlu

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

GruFluとは何ですか?

GruFluはhttps://gruflu.comによって開発されたChromeの拡張機能で、その主な機能は「GruFlu quickly finds the top influencers and top influential posts in any facebook group.」です。

拡張機能のスクリーンショット

screenshot

GruFlu拡張機能のCRXファイルをダウンロード

GruFlu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}