GruFlu

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

GruFlu là gì?

GruFlu là một tiện ích mở rộng Chrome được phát triển bởi https://gruflu.com, và tính năng chính của nó là "GruFlu quickly finds the top influencers and top influential posts in any facebook group.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GruFlu

Tải xuống các tệp mở rộng GruFlu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GruFlu GruFlu
ID obokbjpaghkilchokaampdkcnchabkoh
URL Chính Thức https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh
Mô tả GruFlu quickly finds the top influencers and top influential posts in any facebook group.
Kích Thước Tệp 241 KB
Số Lần Cài Đặt 1,176
Phiên Bản Hiện Tại 1.0.57
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2021-11-01
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gruflu.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tier5.us/chrome_extension
Ngôn Ngữ Được Hỗ Trợ 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"
}