CommentFunnels

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

Was ist CommentFunnels?

CommentFunnels ist eine Chrome-Erweiterung, die von https://commentfunnels.com entwickelt wurde, und ihr Hauptmerkmal ist "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Erweiterungsscreenshots

CommentFunnels-Erweiterungs-CRX-Datei herunterladen

Laden Sie CommentFunnels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Version 1.7.3 updates:

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

Grundlegende Informationen zur Erweiterung

Name CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
Offizielle URL https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Beschreibung CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Dateigröße 3.36 MB
Installationsanzahl 814
Aktuelle Version 1.7.3
Letztes Update 2022-07-25
Veröffentlichungsdatum 2020-04-24
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler https://commentfunnels.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://commentfunnels.app
Hilfeseite URL https://commentfunnels.app/support
URL der Datenschutzrichtlinien-Seite https://commentfunnels.app/privacy
Unterstützte Sprachen 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": [
        "*"
    ]
}