BeeFinder

Assistant Tool for working with Roambee

Co je BeeFinder?

BeeFinder je rozšíření Chrome vyvinuté Matteo Blandina, a jeho hlavní funkcí je „Assistant Tool for working with Roambee“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BeeFinder

Stáhněte si soubory rozšíření BeeFinder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BeeFinder BeeFinder
ID jagchenlicaikggbgokedjkikihnhoga
Oficiální URL https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga
Popis Assistant Tool for working with Roambee
Velikost souboru 1.89 MB
Počet instalací 90
Aktuální Verze 3.1.3
Poslední Aktualizace 2022-04-08
Datum Vydání 2019-02-02
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Matteo Blandina
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}