Genius Group Spy
Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.
Qu'est-ce que Genius Group Spy ?
Genius Group Spy est une extension Chrome développée par edakehurst, et sa fonction principale est "Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Genius Group Spy
Téléchargez les fichiers d'extension Genius Group Spy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Genius Group Spy |
ID | banapepmdjohobhkmellbmkoahcjheok |
URL Officiel | https://chromewebstore.google.com/detail/genius-group-spy/banapepmdjohobhkmellbmkoahcjheok |
Description | Genius Group Spy quickly and easily discovers the top influencers and top influential posts in any FB group. |
Taille du Fichier | 229 KB |
Nombre d'Installations | 251 |
Version Actuelle | 1.0.96 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2023-04-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | edakehurst |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://geniusgroupspy.geniussoftware.io |
URL de la Page d'Aide | https://edsays.net/support |
URL de la Page de Politique de Confidentialité | https://geniusposts.io/privacy-policy.html |
Langues Prises en Charge | 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" } |