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
官方網址 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"
}