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!"입니다.

확장 프로그램 스크린샷

screenshot

Botmakers for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Botmakers for Chrome Botmakers for Chrome
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'"
}