Botmakers for Chrome
Get insights about Facebook Messenger bots!
什么是Botmakers for Chrome?
Botmakers for Chrome是由https://botmakers.net开发的Chrome扩展程序,该扩展的主要功能是“Get insights about Facebook Messenger bots!”。
扩展截图
下载Botmakers for Chrome扩展crx文件
下载Botmakers for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/. 扩展基本信息
| 名称 | |
| 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/ |
| 隐私政策页面URL | 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'"
} | |