Genius Replies
Improve and enhance engagement on FB posts.
Genius Replies là gì?
Genius Replies là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Improve and enhance engagement on FB posts.".
Ả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 Genius Replies
Tải xuống các tệp mở rộng Genius Replies 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
Gets more engagement on your personal FB social media account, by allowing you to create comments based on the average reaction to the post thus far, and then reacting and commenting to your friends' posts on a timed schedule. Increase productivity, and get much better engagement, for you and for your friends. This is a simple, easy to use Extension, and is an authorized white label of the extension by Tier 5 called Engagement Monster. Try it out today and see what higher engagement means to your social media profile.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Genius Replies |
ID | nhljkdjmeglheolcmmkjdaofmpnedglk |
URL Chính Thức | https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk |
Mô tả | Improve and enhance engagement on FB posts. |
Kích Thước Tệp | 806 KB |
Số Lần Cài Đặt | 463 |
Phiên Bản Hiện Tại | 1.00.09 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2023-03-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | edakehurst |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://edakehurst.kartra.com/page/GeniusReplies |
URL Trang Trợ Giúp | https://edsays.net/support |
URL Trang Chính Sách Bảo Mật | https://geniusposts.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.00.09", "manifest_version": 3, "name": "Genius Replies", "description": "Improve and enhance engagement on FB posts.", "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*", "https:\/\/www.facebook.com\/" ], "js": [ "lib\/js\/browser-polyfill.js", "lib\/js\/jquery-3.2.1.min.js", "lib\/js\/moment.min.js", "js\/content.js" ], "css": [ "lib\/css\/style.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "Genius Replies" }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685270-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685351-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685440-large_icon.png" }, "short_name": "GR" } |