BeeFinder
Assistant Tool for working with Roambee
Vad är BeeFinder?
BeeFinder är en Chrome-tillägg utvecklad av Matteo Blandina, och dess huvudfunktion är "Assistant Tool for working with Roambee".
Tilläggsskärmbilder
Ladda ner BeeFinder-förlängningens CRX-fil
Ladda ner BeeFinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jagchenlicaikggbgokedjkikihnhoga |
| Officiell webbadress | https://chromewebstore.google.com/detail/beefinder/jagchenlicaikggbgokedjkikihnhoga |
| Beskrivning | Assistant Tool for working with Roambee |
| Filstorlek | 1.89 MB |
| Antal Installationer | 90 |
| Aktuell Version | 3.1.3 |
| Senast Uppdaterad | 2022-04-08 |
| Publiceringsdatum | 2019-02-02 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Matteo Blandina |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |