Botmakers for Chrome

Get insights about Facebook Messenger bots!

Co to jest Botmakers for Chrome?

Botmakers for Chrome to rozszerzenie Chrome opracowane przez https://botmakers.net, a jego główną funkcją jest „Get insights about Facebook Messenger bots!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Botmakers for Chrome

Pobierz pliki rozszerzeń Botmakers for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/.                    

Podstawowe informacje o rozszerzeniu

Nazwa Botmakers for Chrome Botmakers for Chrome
ID pnmjhfabhlmpeckpeadfngmepbhnmbkh
Oficjalny URL https://chromewebstore.google.com/detail/botmakers-for-chrome/pnmjhfabhlmpeckpeadfngmepbhnmbkh
Opis Get insights about Facebook Messenger bots!
Rozmiar pliku 104 KB
Liczba instalacji 59
Aktualna Wersja 1.03
Ostatnia Aktualizacja 2018-08-21
Data Publikacji 2018-08-21
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://botmakers.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://botmakers.net/
Adres URL Strony Polityki Prywatności https://botmakers.net/home/privacy
Obsługiwane Języki 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'"
}