孚盟助手
孚盟软件WhatsApp插件
What is 孚盟助手?
孚盟助手 is a Chrome extension developed by 孚盟软件技术团队, and its main feature is "孚盟软件WhatsApp插件".
Extension Screenshots
Download 孚盟助手 Extension CRX File
Download 孚盟助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
孚盟辅助工具:根据WhatsApp账号关联孚盟MX客户联系人,同步聊天记录至孚盟MX,满足管理、协作与信息留存的需求
Extension Basic Information
Name | 孚盟助手 |
ID | cenmicigdafhfhjjacgedkjekoddipii |
Official URL | https://chromewebstore.google.com/detail/%E5%AD%9A%E7%9B%9F%E5%8A%A9%E6%89%8B/cenmicigdafhfhjjacgedkjekoddipii |
Description | 孚盟软件WhatsApp插件 |
File Size | 272 KB |
Installation Count | 5,000 |
Current Version | 3.0.18 |
Last Updated | 2024-01-31 |
Publish Date | 2020-11-20 |
Rating | 4.00/5 Total 8 Ratings |
Developer | 孚盟软件技术团队 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://fumamx.com/ext/privacy-policy.html |
Supported Languages | 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\/*" ] } } |