Fetcher
A chrome extension built for local-first Social Listening
Apa itu Fetcher?
Fetcher adalah ekstensi Chrome yang dikembangkan oleh https://fetcher.page, dan fitur utamanya adalah "A chrome extension built for local-first Social Listening".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fetcher
Unduh file ekstensi Fetcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Fetcher |
ID | hcjoaaeflhldlbmadokknllgaagbonla |
URL Resmi | https://chromewebstore.google.com/detail/fetcher/hcjoaaeflhldlbmadokknllgaagbonla |
Deskripsi | A chrome extension built for local-first Social Listening |
Ukuran File | 268 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2023-03-08 |
Tanggal Publikasi | 2022-02-03 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://fetcher.page |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://fetcher.page |
URL Halaman Kebijakan Privasi | https://fetcher.page/privacy_policy.html |
Bahasa yang Didukung | 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:\/\/*\/*", " |