AI助手(AiHelper)
专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保…
Qu'est-ce que AI助手(AiHelper) ?
AI助手(AiHelper) est une extension Chrome développée par 贸龙, et sa fonction principale est "专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AI助手(AiHelper)
Téléchargez les fichiers d'extension AI助手(AiHelper) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保 3.流量分析 3.转化分析 5.询盘质量分析 6.员工绩效 7.整体数据明细 8.同行分析 9.选品分析 10.同行重点产品分析
Informations de Base sur l'Extension
Nom | AI助手(AiHelper) |
ID | eiloldiefkfjmhfcoghlddibiopnfmco |
URL Officiel | https://chromewebstore.google.com/detail/ai%E5%8A%A9%E6%89%8Baihelper/eiloldiefkfjmhfcoghlddibiopnfmco |
Description | 专注于阿里巴巴平台运营,让外贸营销更简单 根据5年多阿里巴巴代运营经验总结,我们推出贸龙AI助手,主要对散落在阿里巴巴后台各个角落数据进行整合和统计,查看店铺整体数据,以便更好指导运营人员安排后期的工作安排。主要包含10大方面的内容: 1.店铺诊断 2.橱窗信保… |
Taille du Fichier | 2.02 MB |
Nombre d'Installations | 966 |
Version Actuelle | 4.2.33 |
Dernière Mise à Jour | 2023-12-13 |
Date de Publication | 2021-06-29 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | 贸龙 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.maoniunet.com/ |
URL de la Page de Politique de Confidentialité | https://mao-niu-aizhu-shou-aihelper.flycricket.io/privacy.html |
Langues Prises en Charge | 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'" } |