Genius Replies

Improve and enhance engagement on FB posts.

Genius Repliesคืออะไร?

Genius Replies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edakehurst และคุณลักษณะหลักของมันคือ "Improve and enhance engagement on FB posts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Replies

ดาวน์โหลดไฟล์ส่วนขยาย Genius Replies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Genius Replies Genius Replies
ID nhljkdjmeglheolcmmkjdaofmpnedglk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk
คำอธิบาย Improve and enhance engagement on FB posts.
ขนาดไฟล์ 806 KB
จำนวนการติดตั้ง 463
เวอร์ชันปัจจุบัน 1.00.09
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2023-03-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา edakehurst
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://edakehurst.kartra.com/page/GeniusReplies
URL หน้าช่วยเหลือ https://edsays.net/support
URL หน้านโยบายความเป็นส่วนตัว https://geniusposts.io/privacy-policy.html
ภาษาที่รองรับ 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"
}