BotOs
View all recent conversations from multiple inbox at one place
ما هو BotOs؟
BotOs هو إضافة Chrome تم تطويرها بواسطة manpreet، والميزة الرئيسية لها هي "View all recent conversations from multiple inbox at one place".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BotOs
قم بتنزيل ملفات الامتداد BotOs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | BotOs |
ID | mjepklgfhcogdfnhgdfddjiffhboelob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/botos/mjepklgfhcogdfnhgdfddjiffhboelob |
الوصف | View all recent conversations from multiple inbox at one place |
حجم الملف | 179 KB |
عدد التثبيتات | 420 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-07-09 |
تاريخ النشر | 2019-07-08 |
المطور | manpreet |
نوع الدفع | free |
موقع الإضافة | https://inboxr.com |
اللغات المدعومة | 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" ] } |