BeeFinder

Assistant Tool for working with Roambee

什么是BeeFinder?

BeeFinder是由Matteo Blandina开发的Chrome扩展程序,该扩展的主要功能是“Assistant Tool for working with Roambee”。

扩展截图

screenshot
screenshot

下载BeeFinder扩展crx文件

下载BeeFinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BeeFinder BeeFinder
ID jagchenlicaikggbgokedjkikihnhoga
官方URL https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga
简介 Assistant Tool for working with Roambee
文件大小 1.89 MB
安装次数 90
当前版本 3.1.3
更新时间 2022-04-08
上架时间 2019-02-02
评分 5.00/5 共5次评分
开发者 Matteo Blandina
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}