CommentFunnels

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

Qu'est-ce que CommentFunnels ?

CommentFunnels est une extension Chrome développée par https://commentfunnels.com, et sa fonction principale est "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension CommentFunnels

Téléchargez les fichiers d'extension CommentFunnels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Version 1.7.3 updates:

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

Informations de Base sur l'Extension

Nom CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
URL Officiel https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Description CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Taille du Fichier 3.36 MB
Nombre d'Installations 814
Version Actuelle 1.7.3
Dernière Mise à Jour 2022-07-25
Date de Publication 2020-04-24
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://commentfunnels.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://commentfunnels.app
URL de la Page d'Aide https://commentfunnels.app/support
URL de la Page de Politique de Confidentialité https://commentfunnels.app/privacy
Langues Prises en Charge 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": [
        "*"
    ]
}