Socialytics
Facebook friends engagement analytics and remove in-active friends
Socialytics là gì?
Socialytics là một tiện ích mở rộng Chrome được phát triển bởi http://syscogni.com, và tính năng chính của nó là "Facebook friends engagement analytics and remove in-active friends".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Socialytics
Tải xuống các tệp mở rộng Socialytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*** 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nddjfmlkhjnaopcfhkofnicghpkhaoof |
URL Chính Thức | https://chrome.google.com/webstore/detail/socialytics/nddjfmlkhjnaopcfhkofnicghpkhaoof |
Mô tả | Facebook friends engagement analytics and remove in-active friends |
Kích Thước Tệp | 3.64 MB |
Số Lần Cài Đặt | 384 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2022-04-26 |
Ngày Phát Hành | 2021-02-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://syscogni.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://syscogni.com/socialytics.php |
URL Trang Trợ Giúp | https://www.messenger.com/t/syscogni |
URL Trang Chính Sách Bảo Mật | https://syscogni.com/chrome-extension-privecy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |