CommentFunnels

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

CommentFunnels là gì?

CommentFunnels là một tiện ích mở rộng Chrome được phát triển bởi https://commentfunnels.com, và tính năng chính của nó là "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng CommentFunnels

Tải xuống các tệp mở rộng CommentFunnels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Version 1.7.3 updates:

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CommentFunnels CommentFunnels
ID ackhhhalkpjekdgpijajjaigboookepm
URL Chính Thức https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm
Mô tả CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Kích Thước Tệp 3.36 MB
Số Lần Cài Đặt 814
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2022-07-25
Ngày Phát Hành 2020-04-24
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://commentfunnels.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://commentfunnels.app
URL Trang Trợ Giúp https://commentfunnels.app/support
URL Trang Chính Sách Bảo Mật https://commentfunnels.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}