盈店助手

盈店助手,新增了WhatsApp的数据同步功能

Was ist 盈店助手?

盈店助手 ist eine Chrome-Erweiterung, die von loonxi entwickelt wurde, und ihr Hauptmerkmal ist "盈店助手,新增了WhatsApp的数据同步功能".

Erweiterungsscreenshots

screenshot

盈店助手-Erweiterungs-CRX-Datei herunterladen

Laden Sie 盈店助手-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        支持个人WhatsApp群发功能; 
支持写跟进日志,边和客户聊天,边完成了客户跟进 

盈店小助手是帮助盈店通的用户更好的管理自己的FB好友的一款插件,它可以帮助用户直接将自己的FB好友一键迁移到盈店通的CRM系统,这样用户就可以直接在盈店通上去更好的跟进备份自己的友好。 由于FB在国内使用经常会被封,导致很多的用户的好友的丢失,这个插件可以很好的解决该问题,也是盈店通客户非常需要的一款插件,模板由于FB页面的升级导致插件需要做一次更新                    

Grundlegende Informationen zur Erweiterung

Name 盈店助手 盈店助手
ID jbmgeokjjidieoppjegcdmmhpflmeijm
Offizielle URL https://chromewebstore.google.com/detail/%E7%9B%88%E5%BA%97%E5%8A%A9%E6%89%8B/jbmgeokjjidieoppjegcdmmhpflmeijm
Beschreibung 盈店助手,新增了WhatsApp的数据同步功能
Dateigröße 6.06 MB
Installationsanzahl 2,000
Aktuelle Version 4.3.0.9
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-03-12
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler loonxi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.onloon.net
Unterstützte Sprachen 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';"
    }
}