BeeFinder
Assistant Tool for working with Roambee
BeeFinder là gì?
BeeFinder là một tiện ích mở rộng Chrome được phát triển bởi Matteo Blandina, và tính năng chính của nó là "Assistant Tool for working with Roambee".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BeeFinder
Tải xuống các tệp mở rộng BeeFinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BeeFinder |
ID | jagchenlicaikggbgokedjkikihnhoga |
URL Chính Thức | https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga |
Mô tả | Assistant Tool for working with Roambee |
Kích Thước Tệp | 1.89 MB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 3.1.3 |
Cập Nhật Lần Cuối | 2022-04-08 |
Ngày Phát Hành | 2019-02-02 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Matteo Blandina |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |