Socialytics

Facebook friends engagement analytics and remove in-active friends

Socialytics क्या है?

Socialytics http://syscogni.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Facebook friends engagement analytics and remove in-active friends"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Socialytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *** 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                    

एक्सटेंशन की मूल जानकारी

नाम Socialytics Socialytics
ID nddjfmlkhjnaopcfhkofnicghpkhaoof
आधिकारिक URL https://chrome.google.com/webstore/detail/socialytics/nddjfmlkhjnaopcfhkofnicghpkhaoof
विवरण Facebook friends engagement analytics and remove in-active friends
फ़ाइल का आकार 3.64 MB
स्थापना संख्या 384
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-04-26
प्रकाशन तिथि 2021-02-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://syscogni.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://syscogni.com/socialytics.php
सहायता पृष्ठ URL https://www.messenger.com/t/syscogni
गोपनीयता नीति पृष्ठ URL https://syscogni.com/chrome-extension-privecy-policy.html
समर्थित भाषाएँ 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"
            ]
        }
    ]
}