国际站直播小助手
用于阿里巴巴国际站直播后台的智能助手.
Wat is 国际站直播小助手?
国际站直播小助手 is een Chrome-extensie ontwikkeld door Bepai, en de belangrijkste functie is "用于阿里巴巴国际站直播后台的智能助手.".
Extensie Screenshots
Download het CRX-bestand van de extensie 国际站直播小助手
Download 国际站直播小助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
帮助阿里巴巴国际站直播用户自动回复,自动发名片,设置直播倒计时,自动关闭直播
Basisinformatie over de Extensie
Naam | 国际站直播小助手 |
ID | jobhpjddhoeaddjmhejodnfaihegpfgj |
Officiële 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 |
Beschrijving | 用于阿里巴巴国际站直播后台的智能助手. |
Bestandsgrootte | 57.63 KB |
Aantal Installaties | 784 |
Huidige Versie | 2.0.9 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2023-09-06 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Bepai |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.bepai.net/privacy.html |
Ondersteunde Talen | 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" } } |