CommentFunnels

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

¿Qué es CommentFunnels?

CommentFunnels es una extensión de Chrome desarrollada por https://commentfunnels.com, y su función principal es "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión CommentFunnels

Descarga archivos de extensión CommentFunnels en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Version 1.7.3 updates:

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

Información Básica de la Extensión

Nombre CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
URL Oficial https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Descripción CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Tamaño del Archivo 3.36 MB
Cantidad de Instalaciones 814
Versión Actual 1.7.3
Última Actualización 2022-07-25
Fecha de Publicación 2020-04-24
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador https://commentfunnels.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://commentfunnels.app
URL de la Página de Ayuda https://commentfunnels.app/support
URL de la Página de Política de Privacidad https://commentfunnels.app/privacy
Idiomas Soportados 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": [
        "*"
    ]
}