CommentFunnels

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

CommentFunnels क्या है?

CommentFunnels https://commentfunnels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CommentFunnels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        "*"
    ]
}