CommentFunnels

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

Vad är CommentFunnels?

CommentFunnels är en Chrome-tillägg utvecklad av https://commentfunnels.com, och dess huvudfunktion är "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Tilläggsskärmbilder

Ladda ner CommentFunnels-förlängningens CRX-fil

Ladda ner CommentFunnels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Version 1.7.3 updates:

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

Grundläggande Information om Tillägg

Namn CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
Officiell webbadress https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Beskrivning CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Filstorlek 3.36 MB
Antal Installationer 814
Aktuell Version 1.7.3
Senast Uppdaterad 2022-07-25
Publiceringsdatum 2020-04-24
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare https://commentfunnels.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://commentfunnels.app
Hjälpsida URL https://commentfunnels.app/support
URL till Sekretesspolicy Sidan https://commentfunnels.app/privacy
Stödda Språk 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": [
        "*"
    ]
}