CommentFunnels
CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Что такое CommentFunnels?
CommentFunnels - это расширение Chrome, разработанное https://commentfunnels.com, и его основная функция - "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения CommentFunnels
Скачайте файлы расширений CommentFunnels в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Version 1.7.3 updates: - Updates made to comply with new Google Web Store requirements.
Основная информация о расширении
Название | 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": [ "*" ] } |