Socialytics

Facebook friends engagement analytics and remove in-active friends

Socialyticsとは何ですか?

Socialyticsはhttp://syscogni.comによって開発されたChromeの拡張機能で、その主な機能は「Facebook friends engagement analytics and remove in-active friends」です。

拡張機能のスクリーンショット

screenshot
screenshot

Socialytics拡張機能のCRXファイルをダウンロード

Socialytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *** 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
Eメール [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"
            ]
        }
    ]
}