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
官方網址 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"
}