孚盟助手

孚盟软件WhatsApp插件

Hvad er 孚盟助手?

孚盟助手 er en Chrome-udvidelse udviklet af 孚盟软件技术团队, og dens hovedfunktion er "孚盟软件WhatsApp插件".

Udvidelsesskærmbilleder

screenshot

Download 孚盟助手-udvidelses-CRX-fil

Download 孚盟助手-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn 孚盟助手 孚盟助手
ID cenmicigdafhfhjjacgedkjekoddipii
Officiel URL https://chromewebstore.google.com/detail/%E5%AD%9A%E7%9B%9F%E5%8A%A9%E6%89%8B/cenmicigdafhfhjjacgedkjekoddipii
Beskrivelse 孚盟软件WhatsApp插件
Filstørrelse 272 KB
Antal Installationer 5,000
Nuværende Version 3.0.18
Senest Opdateret 2024-01-31
Udgivelsesdato 2020-11-20
Bedømmelse 4.00/5 Samlet 8 Bedømmelser
Udvikler 孚盟软件技术团队
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://fumamx.com/ext/privacy-policy.html
Understøttede Sprog 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\/*"
        ]
    }
}