国际站直播小助手

用于阿里巴巴国际站直播后台的智能助手.

What is 国际站直播小助手?

国际站直播小助手 is a Chrome extension developed by Bepai, and its main feature is "用于阿里巴巴国际站直播后台的智能助手.".

Extension Screenshots

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

                        帮助阿里巴巴国际站直播用户自动回复,自动发名片,设置直播倒计时,自动关闭直播                    

Extension Basic Information

Name 国际站直播小助手 国际站直播小助手
ID jobhpjddhoeaddjmhejodnfaihegpfgj
Official URL https://chromewebstore.google.com/detail/%E5%9B%BD%E9%99%85%E7%AB%99%E7%9B%B4%E6%92%AD%E5%B0%8F%E5%8A%A9%E6%89%8B/jobhpjddhoeaddjmhejodnfaihegpfgj
Description 用于阿里巴巴国际站直播后台的智能助手.
File Size 57.63 KB
Installation Count 784
Current Version 2.0.9
Last Updated 2024-02-28
Publish Date 2023-09-06
Rating 5.00/5 Total 5 Ratings
Developer Bepai
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.bepai.net/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u56fd\u9645\u7ad9\u76f4\u64ad\u5c0f\u52a9\u624b",
    "version": "2.0.9",
    "description": "\u7528\u4e8e\u963f\u91cc\u5df4\u5df4\u56fd\u9645\u7ad9\u76f4\u64ad\u540e\u53f0\u7684\u667a\u80fd\u52a9\u624b.",
    "icons": {
        "128": "img\/logo.png",
        "48": "img\/logo.png",
        "16": "img\/logo.png"
    },
    "action": {
        "default_title": "\u56fd\u9645\u7ad9\u76f4\u64ad\u5c0f\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/ai-reply-api.bepai.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/content.alibaba.com\/live\/live-detail.htm?*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "background",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}