Botmakers for Chrome
Get insights about Facebook Messenger bots!
Wat is Botmakers for Chrome?
Botmakers for Chrome is een Chrome-extensie ontwikkeld door https://botmakers.net, en de belangrijkste functie is "Get insights about Facebook Messenger bots!".
Extensie Screenshots
Download het CRX-bestand van de extensie Botmakers for Chrome
Download Botmakers for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/.
Basisinformatie over de Extensie
Naam | Botmakers for Chrome |
ID | pnmjhfabhlmpeckpeadfngmepbhnmbkh |
Officiële URL | https://chromewebstore.google.com/detail/botmakers-for-chrome/pnmjhfabhlmpeckpeadfngmepbhnmbkh |
Beschrijving | Get insights about Facebook Messenger bots! |
Bestandsgrootte | 104 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.03 |
Laatst Bijgewerkt | 2018-08-21 |
Publicatiedatum | 2018-08-21 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://botmakers.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://botmakers.net/ |
URL van de Privacybeleid Pagina | https://botmakers.net/home/privacy |
Ondersteunde Talen | 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'" } |