Genius Posts

Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.

Τι είναι το Genius Posts;

Το Genius Posts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον edakehurst, και η κύρια λειτουργία του είναι "Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Genius Posts

Λήψη αρχείων επέκτασης Genius Posts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Genius Posts will, based on your instructions and pre-set keyword triggers, automatically respond to all comments on your post to get absolute maximum exposure and highest possible engagement.

When activated, Genius Posts will automatically respond to all comments on your post, based on your preset conditions, and will strategically leverage the Facebook Algorithm to get you the greatest level of post exposure and the very best engagement. Your post will be shown more, seen more, and have more interaction.

It will also send out Private Messages through Facebook Messenger with your information, such as a call-to-action link, which will keep people commenting on your post to get your information.

Genius Posts is only for the new Facebook UI. It does not work on the Classic UI.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Genius Posts Genius Posts
ID aieehkpcgamkdlmlckembcgplojdhana
Επίσημο URL https://chromewebstore.google.com/detail/genius-posts/aieehkpcgamkdlmlckembcgplojdhana
Περιγραφή Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.
Μέγεθος Αρχείου 1.51 MB
Αριθμός Εγκαταστάσεων 1,503
Τρέχουσα Έκδοση 3.01.25
Τελευταία Ενημέρωση 2023-12-24
Ημερομηνία Δημοσίευσης 2020-09-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής edakehurst
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://geniusposts.promarketingsoftware.com/main
Διεύθυνση URL της Σελίδας Βοήθειας https://edsays.net/help
URL της Σελίδας Πολιτικής Απορρήτου https://geniusposts.io/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Posts",
    "version": "3.01.25",
    "description": "Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.",
    "short_name": "GP",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405170-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405223-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405272-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Genius Posts"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}