AI助手(AiHelper)
专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保…
What is AI助手(AiHelper)?
AI助手(AiHelper) is a Chrome extension developed by 贸龙, and its main feature is "专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保…".
Extension Screenshots
Download AI助手(AiHelper) Extension CRX File
Download AI助手(AiHelper) 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
专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保 3.流量分析 3.转化分析 5.询盘质量分析 6.员工绩效 7.整体数据明细 8.同行分析 9.选品分析 10.同行重点产品分析
Extension Basic Information
Name | AI助手(AiHelper) |
ID | eiloldiefkfjmhfcoghlddibiopnfmco |
Official URL | https://chromewebstore.google.com/detail/ai%E5%8A%A9%E6%89%8Baihelper/eiloldiefkfjmhfcoghlddibiopnfmco |
Description | 专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保… |
File Size | 2.02 MB |
Installation Count | 966 |
Current Version | 4.2.33 |
Last Updated | 2023-12-13 |
Publish Date | 2021-06-29 |
Rating | 3.67/5 Total 3 Ratings |
Developer | 贸龙 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.maoniunet.com/ |
Privacy Policy Page URL | https://mao-niu-aizhu-shou-aihelper.flycricket.io/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.33", "name": "AI\u52a9\u624b(AiHelper)", "options_page": "options.html", "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.alibaba.com\/*", "*:\/\/*.maoniunet.com\/*", "*:\/\/*.maoniux.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/api.ali404.com\/*", "*:\/\/39.100.146.203\/*", "*:\/\/47.92.0.160\/*", "*:\/\/39.101.173.8\/*", "*:\/\/121.43.112.249\/*", "*:\/\/upload.media.aliyun.com\/*", "*:\/\/snapshot-video.taobao.com\/*", "*:\/\/localhost\/*", "storage", "tabs", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "web_accessible_resources": [ "AI.png", "*:\/\/snapshot-video.taobao.com\/*", "*:\/\/www.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.maoniunet.com\/*", "*:\/\/localhost\/*", "*:\/\/39.100.146.203\/*", "*:\/\/47.92.0.160\/*", "*:\/\/121.43.112.249\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.maoniux.com\/*" ], "js": [ "content.bundle.js" ] }, { "matches": [ "*:\/\/*.alibaba.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "js": [ "productHelper.bundle.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "logo-48.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/192.168.5.123:*\/*", "*:\/\/*.maoniunet.com\/*", "*:\/\/39.100.146.203\/*", "*:\/\/47.92.0.160\/*", "*:\/\/121.43.112.249\/*", "*:\/\/39.101.173.8\/*", "*:\/\/*.maoniux.com\/*" ] }, "icons": { "16": "logo-48.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |