Fetcher
A chrome extension built for local-first Social Listening
¿Qué es Fetcher?
Fetcher es una extensión de Chrome desarrollada por https://fetcher.page, y su función principal es "A chrome extension built for local-first Social Listening".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fetcher
Descarga archivos de extensión Fetcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Social Listening done locally. Fetcher is a social listening tool which helps you keep track of brands related to your business and competitors. That way, you'll never lag behind what your competitors are doing, or what your customers are saying about you. Fetcher works completely local, which means we use your web-browser to do the listening. Sites visited are not (and never will be!) sent to Fetcher. By leaving the Fetcher tab open, it does a content pull every 10 minutes. Fetcher only pulls posts which are new, and notifies you when new content.
Información Básica de la Extensión
Nombre | Fetcher |
ID | hcjoaaeflhldlbmadokknllgaagbonla |
URL Oficial | https://chromewebstore.google.com/detail/fetcher/hcjoaaeflhldlbmadokknllgaagbonla |
Descripción | A chrome extension built for local-first Social Listening |
Tamaño del Archivo | 268 KB |
Cantidad de Instalaciones | 154 |
Versión Actual | 0.1.1 |
Última Actualización | 2023-03-08 |
Fecha de Publicación | 2022-02-03 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://fetcher.page |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://fetcher.page |
URL de la Página de Política de Privacidad | https://fetcher.page/privacy_policy.html |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension built for local-first Social Listening", "version": "0.1.1", "manifest_version": 3, "name": "Fetcher", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "fetcherFavicon.png" }, "icons": { "128": "fetcherFavicon.png" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.fetcher.page\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |