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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}