Socialytics

Facebook friends engagement analytics and remove in-active friends

Qu'est-ce que Socialytics ?

Socialytics est une extension Chrome développée par http://syscogni.com, et sa fonction principale est "Facebook friends engagement analytics and remove in-active friends".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Socialytics

Téléchargez les fichiers d'extension Socialytics 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

                        *** 100% Working ***

Boost up your Facebook organic reach, organic engagement & post visibility.

Its a most useful extension for those who use Facebook for sales and marketing or need a productive social network. 

Get a details report of your Facebook friends engagement.

Identify your most active and in-active Facebook friends.
Increase your organic reach by removing inactive friends.

Its very important to keep active or supportive friends in you friend list and get rid of in-active friends. 

What's new in V2: 
1. More faster analysing 
2. Search friend by name
3. Unfriend with a good bye message                    

Informations de Base sur l'Extension

Nom Socialytics Socialytics
ID nddjfmlkhjnaopcfhkofnicghpkhaoof
URL Officiel https://chrome.google.com/webstore/detail/socialytics/nddjfmlkhjnaopcfhkofnicghpkhaoof
Description Facebook friends engagement analytics and remove in-active friends
Taille du Fichier 3.64 MB
Nombre d'Installations 384
Version Actuelle 2.0.2
Dernière Mise à Jour 2022-04-26
Date de Publication 2021-02-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://syscogni.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://syscogni.com/socialytics.php
URL de la Page d'Aide https://www.messenger.com/t/syscogni
URL de la Page de Politique de Confidentialité https://syscogni.com/chrome-extension-privecy-policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socialytics",
    "short_name": "Socialytics",
    "version": "2.0.2",
    "description": "Facebook friends engagement analytics and remove in-active friends",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Socialytics",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background\/headers.js",
            "scripts\/background\/app.js",
            "scripts\/background\/friender.js",
            "scripts\/background\/postDelivery.js",
            "scripts\/background\/postsFriends.js",
            "scripts\/background\/cancelRequests.js",
            "scripts\/background\/arcHandler.js",
            "scripts\/background\/cannedResponses.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/messages\/*",
                "*:\/\/*.facebook.com\/*\/inbox\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/cannedResponses.js"
            ]
        },
        {
            "matches": [
                "*:\/\/m.facebook.com\/composer\/mbasic\/?csid=*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/alternatePhotoUpload.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/alternateInteractions.js"
            ]
        }
    ]
}