BeeFinder
Assistant Tool for working with Roambee
BeeFinderとは何ですか?
BeeFinderはMatteo Blandinaによって開発されたChromeの拡張機能で、その主な機能は「Assistant Tool for working with Roambee」です。
拡張機能のスクリーンショット
BeeFinder拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } |