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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |