BeeFinder
Assistant Tool for working with Roambee
Wat is BeeFinder?
BeeFinder is een Chrome-extensie ontwikkeld door Matteo Blandina, en de belangrijkste functie is "Assistant Tool for working with Roambee".
Extensie Screenshots
Download het CRX-bestand van de extensie BeeFinder
Download BeeFinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jagchenlicaikggbgokedjkikihnhoga |
| Officiële URL | https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga |
| Beschrijving | Assistant Tool for working with Roambee |
| Bestandsgrootte | 1.89 MB |
| Aantal Installaties | 90 |
| Huidige Versie | 3.1.3 |
| Laatst Bijgewerkt | 2022-04-08 |
| Publicatiedatum | 2019-02-02 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Matteo Blandina |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |