Botmakers for Chrome
Get insights about Facebook Messenger bots!
ما هو Botmakers for Chrome؟
Botmakers for Chrome هو إضافة Chrome تم تطويرها بواسطة https://botmakers.net، والميزة الرئيسية لها هي "Get insights about Facebook Messenger bots!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Botmakers for Chrome
قم بتنزيل ملفات الامتداد Botmakers for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See if there is a bot enabled for a Facebook page. Find our how many people likes and reviewed it. See location, website and email if any associated with the Facebook Messenger bot. To use the extension go a Messenger or a Facebook page like https://www.messenger.com/t/botmakers.net or https://www.facebook.com/botmakers.net/.
معلومات أساسية عن التمديد
الاسم | Botmakers for Chrome |
ID | pnmjhfabhlmpeckpeadfngmepbhnmbkh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/botmakers-for-chrome/pnmjhfabhlmpeckpeadfngmepbhnmbkh |
الوصف | Get insights about Facebook Messenger bots! |
حجم الملف | 104 KB |
عدد التثبيتات | 59 |
النسخة الحالية | 1.03 |
آخر تحديث | 2018-08-21 |
تاريخ النشر | 2018-08-21 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | https://botmakers.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://botmakers.net/ |
عنوان صفحة سياسة الخصوصية | https://botmakers.net/home/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Botmakers for Chrome", "version": "1.03", "description": "Get insights about Facebook Messenger bots!", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage", "declarativeContent", "activeTab", "*:\/\/www.messenger.com\/*", "*:\/\/www.facebook.com\/*" ], "background": { "scripts": [ "scripts\/jquery\/3.3.1\/jquery.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.botmakers.net\/*" ], "js": [ "scripts\/jquery\/3.3.1\/jquery.min.js", "scripts\/predictline.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |