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 |
| 官方網址 | 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'"
} | |