CommentFunnels

CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.

Τι είναι το CommentFunnels;

Το CommentFunnels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://commentfunnels.com, και η κύρια λειτουργία του είναι "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

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

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

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

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

                        Version 1.7.3 updates:

- Updates made to comply with new Google Web Store requirements.                    

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

Όνομα CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
Επίσημο URL https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Περιγραφή CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Μέγεθος Αρχείου 3.36 MB
Αριθμός Εγκαταστάσεων 814
Τρέχουσα Έκδοση 1.7.3
Τελευταία Ενημέρωση 2022-07-25
Ημερομηνία Δημοσίευσης 2020-04-24
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://commentfunnels.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://commentfunnels.app
Διεύθυνση URL της Σελίδας Βοήθειας https://commentfunnels.app/support
URL της Σελίδας Πολιτικής Απορρήτου https://commentfunnels.app/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        },
        "default_title": "CommentFunnels",
        "default_popup": "\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "CommentFunnels",
    "permissions": [
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*",
                "https:\/\/mobile.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": true
        }
    ],
    "version": "1.7.3",
    "web_accessible_resources": [
        "*"
    ]
}