BeeFinder

Assistant Tool for working with Roambee

ما هو BeeFinder؟

BeeFinder هو إضافة Chrome تم تطويرها بواسطة Matteo Blandina، والميزة الرئيسية لها هي "Assistant Tool for working with Roambee".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BeeFinder

قم بتنزيل ملفات الامتداد BeeFinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}