Genius Group Spy

Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.

什么是Genius Group Spy?

Genius Group Spy是由edakehurst开发的Chrome扩展程序,该扩展的主要功能是“Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.”。

扩展截图

screenshot

下载Genius Group Spy扩展crx文件

下载Genius Group Spy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Genius Group Spy allows you to analyze data fro FB Group posts, so you can see:

- Which are the top performing posts
- Who are the primary influencers within the group

This data will allow you to know which posts to focus your time on interacting with, and which people in the group will be most advantageous to network with. 

You will get a page of the top posts, and a page of the top influencers.

You can also download the data as a .CSV file should you choose to do so (this is optional).

This extension is an authorized white label version of the "Gru Flu" extension by Tier5.                    

扩展基本信息

名称 Genius Group Spy Genius Group Spy
ID banapepmdjohobhkmellbmkoahcjheok
官方URL https://chromewebstore.google.com/detail/genius-group-spy/banapepmdjohobhkmellbmkoahcjheok
简介 Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.
文件大小 229 KB
安装次数 251
当前版本 1.0.96
更新时间 2024-02-05
上架时间 2023-04-22
评分 5.00/5 共2次评分
开发者 edakehurst
电子邮箱 [email protected]
付费类型 free
扩展官网 https://geniusgroupspy.geniussoftware.io
帮助页面URL https://edsays.net/support
隐私政策页面URL https://geniusposts.io/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Group Spy",
    "description": "Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.",
    "version": "1.0.96",
    "manifest_version": 3,
    "action": {
        "default_popup": "login.html",
        "default_title": "Genius Group Spy"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450244-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450340-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-GruFlu-1671556450399-large_icon.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": "GGS"
}