Post Profits Pro

Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.

Τι είναι το Post Profits Pro;

Το Post Profits Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://buy.postprofits.io, και η κύρια λειτουργία του είναι "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Post Profits Pro

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

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

                        Post Profits Pro will begin to automatically respond to all comments on your post strategically leveraging the Facebook Algorithm to get you maximum post exposure and engagement.

It will also send out Direct Messages through Facebook messenger with your CTA link which will keep people commenting on your post to get the link.

New Facebook's user interface support                    

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

Όνομα Post Profits Pro Post Profits Pro
ID kkhgjhpfdimbhanhehedeidfjgeoknhg
Επίσημο URL https://chromewebstore.google.com/detail/post-profits-pro/kkhgjhpfdimbhanhehedeidfjgeoknhg
Περιγραφή Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.
Μέγεθος Αρχείου 1.51 MB
Αριθμός Εγκαταστάσεων 1,568
Τρέχουσα Έκδοση 3.0.93
Τελευταία Ενημέρωση 2023-12-27
Ημερομηνία Δημοσίευσης 2020-07-21
Αξιολόγηση 4.94/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://buy.postprofits.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://buy.postprofits.io/about-post-profits
Διεύθυνση URL της Σελίδας Βοήθειας https://www.messenger.com/t/105198527927786
URL της Σελίδας Πολιτικής Απορρήτου https://tier5.us/chrome_extension
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Profits Pro",
    "version": "3.0.93",
    "description": "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.",
    "short_name": "PPP",
    "icons": {
        "16": "images\/1617968550542-smallLogo.png",
        "48": "images\/1617968550617-mediumLogo.png",
        "128": "images\/1617968550663-largeLogo.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": "Post Profits Pro"
    },
    "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
}