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"
}