BeeFinder
Assistant Tool for working with Roambee
What is BeeFinder?
BeeFinder is a Chrome extension developed by Matteo Blandina, and its main feature is "Assistant Tool for working with Roambee".
Extension Screenshots
Download BeeFinder Extension CRX File
Download BeeFinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BeeFinder |
ID | jagchenlicaikggbgokedjkikihnhoga |
Official URL | https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga |
Description | Assistant Tool for working with Roambee |
File Size | 1.89 MB |
Installation Count | 90 |
Current Version | 3.1.3 |
Last Updated | 2022-04-08 |
Publish Date | 2019-02-02 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Matteo Blandina |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |