Botmakers for Chrome

Get insights about Facebook Messenger bots!

Botmakers for Chromeคืออะไร?

Botmakers for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://botmakers.net และคุณลักษณะหลักของมันคือ "Get insights about Facebook Messenger bots!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Botmakers for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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'"
}