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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
}