CommentFunnels
CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
Co to jest CommentFunnels?
CommentFunnels to rozszerzenie Chrome opracowane przez https://commentfunnels.com, a jego główną funkcją jest „CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CommentFunnels
Pobierz pliki rozszerzeń CommentFunnels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Version 1.7.3 updates: - Updates made to comply with new Google Web Store requirements.
Podstawowe informacje o rozszerzeniu
Nazwa | CommentFunnels |
ID | ackhhhalkpjekdgpijajjaigboookepm |
Oficjalny URL | https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm |
Opis | CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click. |
Rozmiar pliku | 3.36 MB |
Liczba instalacji | 814 |
Aktualna Wersja | 1.7.3 |
Ostatnia Aktualizacja | 2022-07-25 |
Data Publikacji | 2020-04-24 |
Ocena | 4.56/5 Łącznie 9 Oceny |
Deweloper | https://commentfunnels.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://commentfunnels.app |
Adres URL Strony Pomocy | https://commentfunnels.app/support |
Adres URL Strony Polityki Prywatności | https://commentfunnels.app/privacy |
Obsługiwane Języki | 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": [ "*" ] } |