CommentFunnels

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

Apa itu CommentFunnels?

CommentFunnels adalah ekstensi Chrome yang dikembangkan oleh https://commentfunnels.com, dan fitur utamanya adalah "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi CommentFunnels

Unduh file ekstensi CommentFunnels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Version 1.7.3 updates:

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

Informasi Dasar Ekstensi

Nama CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
URL Resmi https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Deskripsi CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Ukuran File 3.36 MB
Jumlah Instalasi 814
Versi Saat Ini 1.7.3
Terakhir Diperbarui 2022-07-25
Tanggal Publikasi 2020-04-24
Penilaian 4.56/5 Total 9 Penilaian
Pengembang https://commentfunnels.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://commentfunnels.app
URL Halaman Bantuan https://commentfunnels.app/support
URL Halaman Kebijakan Privasi https://commentfunnels.app/privacy
Bahasa yang Didukung 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": [
        "*"
    ]
}