容容云

抖音直播中台管理平台

What is 容容云?

容容云 is a Chrome extension developed by andy.shi, and its main feature is "抖音直播中台管理平台".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        用于直播间商品信息管理,用户正常安装谷歌插件后,登录抖音巨量百应后台,可以使用插件,提升直播中控人员工作效率。
【直播间-自动讲解】每隔1秒自动循环讲解商品,增加商品点击转化率30%;
【直播间-主播提词】对接上架商品信息,个性化设置提词内容;中控人员效率提升50%;
【直播间-开启秒杀】校验秒杀价格、预警库存不足进行补库存;                    

Extension Basic Information

Name 容容云 容容云
ID iimidjjfoecklnlibaonoldenoagfmbj
Official URL https://chromewebstore.google.com/detail/%E5%AE%B9%E5%AE%B9%E4%BA%91/iimidjjfoecklnlibaonoldenoagfmbj
Description 抖音直播中台管理平台
File Size 761 KB
Installation Count 333
Current Version 2.7
Last Updated 2023-06-28
Publish Date 2022-07-04
Rating 5.00/5 Total 1 Ratings
Developer andy.shi
Email [email protected]
Payment Type free
Extension Website https://www.buyquickly.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5bb9\u5bb9\u4e91",
    "description": "\u6296\u97f3\u76f4\u64ad\u4e2d\u53f0\u7ba1\u7406\u5e73\u53f0",
    "version": "2.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jinritemai.com\/*",
                "https:\/\/compass.jinritemai.com\/*",
                "https:\/\/liveuat.ibaiqiu.com\/cmi-web\/*",
                "https:\/\/marketing.ibaiqiu.com\/cmi-web\/*",
                "https:\/\/live.ibaiqiu.com\/cmi-web\/*",
                "https:\/\/marketing.ibaiqiu.com\/website\/*"
            ],
            "css": [
                "static\/css\/content.css",
                "static\/css\/inject.css"
            ],
            "js": [
                "content.js",
                "static\/js\/content.js",
                "static\/js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        },
        "default_title": "\u5bb9\u5bb9\u4e91\u767b\u5f55\u63d2\u4ef6"
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}