BeeFinder

Assistant Tool for working with Roambee

Cos'è BeeFinder?

BeeFinder è un'estensione di Chrome sviluppata da Matteo Blandina, e la sua funzione principale è "Assistant Tool for working with Roambee".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BeeFinder

Scarica i file di estensione BeeFinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BeeFinder BeeFinder
ID jagchenlicaikggbgokedjkikihnhoga
URL Ufficiale https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga
Descrizione Assistant Tool for working with Roambee
Dimensione del File 1.89 MB
Conteggio Installazioni 90
Versione Corrente 3.1.3
Ultimo Aggiornamento 2022-04-08
Data di Pubblicazione 2019-02-02
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Matteo Blandina
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}