孚盟助手

孚盟软件WhatsApp插件

孚盟助手란 무엇입니까?

孚盟助手은(는) 孚盟软件技术团队에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "孚盟软件WhatsApp插件"입니다.

확장 프로그램 스크린샷

screenshot

孚盟助手 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        孚盟辅助工具:根据WhatsApp账号关联孚盟MX客户联系人,同步聊天记录至孚盟MX,满足管理、协作与信息留存的需求                    

확장 프로그램 기본 정보

이름 孚盟助手 孚盟助手
ID cenmicigdafhfhjjacgedkjekoddipii
공식 URL https://chromewebstore.google.com/detail/%E5%AD%9A%E7%9B%9F%E5%8A%A9%E6%89%8B/cenmicigdafhfhjjacgedkjekoddipii
설명 孚盟软件WhatsApp插件
파일 크기 272 KB
설치 횟수 5,000
현재 버전 3.0.18
최근 업데이트 2024-01-31
출시 날짜 2020-11-20
평점 4.00/5 총 8 개의 평점
개발자 孚盟软件技术团队
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fumamx.com/ext/privacy-policy.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5b5a\u76df\u52a9\u624b",
    "description": "\u5b5a\u76df\u8f6f\u4ef6WhatsApp\u63d2\u4ef6",
    "version": "3.0.18",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-1.8.1.js",
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u5b5a\u76df\u8f6f\u4ef6WhatsApp\u63d2\u4ef6",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "https:\/\/fumamx.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "lib\/jquery-1.8.1.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/whatsapp.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.wipo.int\/*"
            ],
            "js": [
                "lib\/jquery-1.8.1.js",
                "js\/brand-content-script.js"
            ],
            "css": [
                "css\/brand.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/message.alibaba.com\/*"
            ],
            "js": [
                "lib\/jquery-1.8.1.js",
                "js\/alibaba-content-script.js"
            ],
            "css": [
                "css\/alibaba.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.fumamx.com\/*"
            ],
            "js": [
                "js\/mxcontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.laifuyun.com\/*",
            "*:\/\/*.fumamx.com\/*"
        ]
    }
}