MeFn Evan

Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER

MeFn Evan란 무엇입니까?

MeFn Evan은(는) https://mefnevan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER"입니다.

확장 프로그램 스크린샷

screenshot

MeFn Evan 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do You Use Facebook Messenger?  
Of course you do. So you need MeFn EVan
Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER and allows you to easily bulk broadcast messages!                    

확장 프로그램 기본 정보

이름 MeFn Evan MeFn Evan
ID daiimeflofheaoahmgfoppbipbhipmbh
공식 URL https://chromewebstore.google.com/detail/mefn-evan/daiimeflofheaoahmgfoppbipbhipmbh
설명 Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER
파일 크기 3.69 MB
설치 횟수 615
현재 버전 1.2.68
최근 업데이트 2023-12-27
출시 날짜 2021-02-18
평점 5.00/5 총 9 개의 평점
개발자 https://mefnevan.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeFn Evan",
    "version": "1.2.68",
    "manifest_version": 3,
    "description": "Meet the very FIRST software that turns your PERSONAL FACEBOOK PROFILE into a powerful CHATBOT AUTORESPONDER",
    "icons": {
        "16": "images\/60d22fbed4b2d16d0c93c968-1624387828213-small.png",
        "48": "images\/60d22fbed4b2d16d0c93c968-1624387828273-medium.png",
        "128": "images\/60d22fbed4b2d16d0c93c968-1624387828322-large.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "MeFn Evan",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/api.mefnevan.com\/api",
        "*:\/\/*.mefnevan.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageListGetter.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividualForDelay.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/messages\/read\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividual.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividualFB.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'",
        "content_scripts": "script-src 'self'; object-src 'none'"
    },
    "short_name": "ME"
}