BotOs
View all recent conversations from multiple inbox at one place
Co to jest BotOs?
BotOs to rozszerzenie Chrome opracowane przez manpreet, a jego główną funkcją jest „View all recent conversations from multiple inbox at one place”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BotOs
Pobierz pliki rozszerzeń BotOs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
BotOS is a chatbot builder platform, where users can build their chatbots for FB using a self-service portal. Also, business can setup their chatbot brand using this platform too. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mjepklgfhcogdfnhgdfddjiffhboelob |
| Oficjalny URL | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
| Opis | View all recent conversations from multiple inbox at one place |
| Rozmiar pliku | 179 KB |
| Liczba instalacji | 420 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2019-07-09 |
| Data Publikacji | 2019-07-08 |
| Deweloper | manpreet |
| Typ Płatności | free |
| Strona Rozszerzenia | https://inboxr.com |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BotOs",
"description": "View all recent conversations from multiple inbox at one place",
"version": "1.3",
"background": {
"scripts": [
"javascript\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "images\/inboxr-logo.png",
"default_title": "INBOXR",
"default_popup": "inbox.html"
},
"permissions": [
"activeTab",
"background",
"storage"
]
} | |