盈店助手
盈店助手,新增了WhatsApp的数据同步功能
What is 盈店助手?
盈店助手 is a Chrome extension developed by loonxi, 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群发功能; 支持写跟进日志,边和客户聊天,边完成了客户跟进 盈店小助手是帮助盈店通的用户更好的管理自己的FB好友的一款插件,它可以帮助用户直接将自己的FB好友一键迁移到盈店通的CRM系统,这样用户就可以直接在盈店通上去更好的跟进备份自己的友好。 由于FB在国内使用经常会被封,导致很多的用户的好友的丢失,这个插件可以很好的解决该问题,也是盈店通客户非常需要的一款插件,模板由于FB页面的升级导致插件需要做一次更新
Extension Basic Information
Name | 盈店助手 |
ID | jbmgeokjjidieoppjegcdmmhpflmeijm |
Official URL | https://chromewebstore.google.com/detail/%E7%9B%88%E5%BA%97%E5%8A%A9%E6%89%8B/jbmgeokjjidieoppjegcdmmhpflmeijm |
Description | 盈店助手,新增了WhatsApp的数据同步功能 |
File Size | 6.06 MB |
Installation Count | 2,000 |
Current Version | 4.3.0.9 |
Last Updated | 2024-02-21 |
Publish Date | 2020-03-12 |
Rating | 4.43/5 Total 7 Ratings |
Developer | loonxi |
[email protected] | |
Payment Type | free |
Extension Website | https://www.onloon.net |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "browser_style": true, "default_title": "\u76c8\u5e97\u52a9\u624b", "default_popup": ".\/popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ ".\/onloonContentScripts.js" ], "matches": [ "https:\/\/ydt.onloon.net\/*", "*:\/\/*.onloon.top\/*" ], "run_at": "document_end" }, { "all_frames": true, "js": [ ".\/whatsAppContentScripts.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ ".\/instagramContentScripts.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ ".\/messengerContentScriptsDocumentEnd.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ ".\/messengerContentScriptsDocumentStart.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ ".\/facebookContentScripts.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ ".\/facebookBusinessContentScriptsDocumentStart.js" ], "matches": [ "https:\/\/business.facebook.com\/latest\/inbox\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ ".\/facebookBusinessContentScriptsDocumentEnd.js" ], "matches": [ "https:\/\/business.facebook.com\/latest\/inbox\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ ".\/linkedInContentScriptsDocumentStart.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ ".\/linkedInContentScriptsDocumentEnd.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "whatsappInject.js", "iframeInject.js", "\/assets\/fonts\/*", "\/assets\/style\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, { "resources": [ "iframeInject.js", "instagramInject.js", "instagramOverrideInject.js", "\/assets\/fonts\/*", "\/assets\/style\/*" ], "matches": [ "https:\/\/www.instagram.com\/*" ] }, { "resources": [ "iframeInject.js", "facebookBusinessInject.js", "facebookBusinessOverrideInject.js", "facebookBusinessContentScriptsDocumentStart.js", "facebookBusinessContentScriptsDocumentEnd.js", "\/assets\/fonts\/*", "\/assets\/style\/*" ], "matches": [ "https:\/\/business.facebook.com\/*" ] }, { "resources": [ "iframeInject.js", "facebookContentScripts.js", "messengerInject.js", "messengerContentScriptsDocumentStart.js", "messengerContentScriptsDocumentEnd.js", "messengerOverrideInject.js", "\/assets\/fonts\/*", "\/assets\/style\/*" ], "matches": [ "https:\/\/www.facebook.com\/*" ] }, { "resources": [ "iframeInject.js", "linkedInInject.js", "linkedInContentScriptsDocumentStart.js", "linkedInContentScriptsDocumentEnd.js", "linkedInOverrideInject.js", "\/assets\/fonts\/*", "\/assets\/style\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "description": "\u76c8\u5e97\u52a9\u624b\uff0c\u65b0\u589e\u4e86WhatsApp\u7684\u6570\u636e\u540c\u6b65\u529f\u80fd", "icons": { "16": "assets\/icons\/icon.png", "32": "assets\/icons\/icon.png", "64": "assets\/icons\/icon.png", "128": "assets\/icons\/icon.png" }, "manifest_version": 3, "name": "\u76c8\u5e97\u52a9\u624b", "host_permissions": [ "https:\/\/*.onloon.net\/*", "*:\/\/*.onloon.top\/*", "https:\/\/pic.onloon.net\/*", "https:\/\/*.whatsapp.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.instagram.com\/*" ], "permissions": [ "background", "storage", "tabs", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "rules.json" } ] }, "version": "4.3.0.9", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |