外贸超人助手
外贸超人助手,让外贸营销更简单
外贸超人助手とは何ですか?
外贸超人助手は贸龙によって開発されたChromeの拡張機能で、その主な機能は「外贸超人助手,让外贸营销更简单」です。
拡張機能のスクリーンショット
外贸超人助手拡張機能のCRXファイルをダウンロード
外贸超人助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
专注于外贸营销,让外贸营销更简单
根据多年外贸营销经验总结,我们推出外贸超人助手,主要对散落在外贸营销领域的各个系统进行整合,为外贸人员提供更好的数据操作与客户管理。
主要包含以下内容:
1.客户管理
2.Whatsapp聊天记录同步
3.Alibaba产品同步
4.官网产品同步 拡張機能の基本情報
| 名前 | |
| ID | oafncfpeahkepmnpbeohblepbfecmfml |
| 公式URL | https://chromewebstore.google.com/detail/%E5%A4%96%E8%B4%B8%E8%B6%85%E4%BA%BA%E5%8A%A9%E6%89%8B/oafncfpeahkepmnpbeohblepbfecmfml |
| 説明 | 外贸超人助手,让外贸营销更简单 |
| ファイルサイズ | 202 KB |
| インストール数 | 101 |
| 現在のバージョン | 2.0.9 |
| 最終更新日 | 2022-12-09 |
| 公開日 | 2021-09-28 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | 贸龙 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.maoniunet.com |
| プライバシーポリシーページのURL | https://mao-niu-aizhu-shou-aihelper.flycricket.io/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"homepage_url": "http:\/\/market.maoniunet.com\/",
"description": "__MSG_extDescription__",
"default_locale": "en",
"content_security_policy": [],
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.maoniunet.com\/*",
"*:\/\/*.maoniux.com\/*",
"*:\/\/*.alibaba.com\/*",
"*:\/\/*.linkedin.com\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "static\/js\/background.js"
},
"content_scripts": [
{
"js": [
"static\/js\/content.js"
],
"css": [
"static\/css\/content.css"
],
"matches": [
"*:\/\/web.whatsapp.com\/*",
"*:\/\/www.alibaba.com\/*",
"*:\/\/www.linkedin.com\/*",
"*:\/\/*.maoniux.com\/*",
"*:\/\/*.maoniunet.com\/*"
],
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.maoniux.com\/*",
"*:\/\/*.maoniunet.com\/*"
]
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"web_accessible_resources": [
{
"resources": [
"\/static\/js\/inject.js",
"\/static\/css\/inject.css",
"\/inject.html",
"\/static\/js\/jsx-runtime.js",
"\/static\/css\/jsx-runtime.css"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
],
"version": "2.0.9"
} | |