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 |
| Eメール | [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'"
} | |