BeeFinder
Assistant Tool for working with Roambee
Co to jest BeeFinder?
BeeFinder to rozszerzenie Chrome opracowane przez Matteo Blandina, a jego główną funkcją jest „Assistant Tool for working with Roambee”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BeeFinder
Pobierz pliki rozszerzeń BeeFinder 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
The BeeFinders main purpose is to detect all Roambee device IDs from a any text like an email, support ticket or from a website.
The new update also comes with the Health Check Dashboard which helps you to quickly check the health, firmware and configs of your Bees. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jagchenlicaikggbgokedjkikihnhoga |
| Oficjalny URL | https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga |
| Opis | Assistant Tool for working with Roambee |
| Rozmiar pliku | 1.89 MB |
| Liczba instalacji | 90 |
| Aktualna Wersja | 3.1.3 |
| Ostatnia Aktualizacja | 2022-04-08 |
| Data Publikacji | 2019-02-02 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Matteo Blandina |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BeeFinder",
"description": "Assistant Tool for working with Roambee",
"version": "3.1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
}
},
"icons": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
},
"options_page": "options.html"
} | |