贸牛精灵
一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm
贸牛精灵とは何ですか?
贸牛精灵は贸龙によって開発されたChromeの拡張機能で、その主な機能は「一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm」です。
拡張機能のスクリーンショット
贸牛精灵拡張機能のCRXファイルをダウンロード
贸牛精灵拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm 拡張機能の基本情報
| 名前 | |
| ID | ljjdjgnkgcihehifkcomabddocfjfenk |
| 公式URL | https://chromewebstore.google.com/detail/%E8%B4%B8%E7%89%9B%E7%B2%BE%E7%81%B5/ljjdjgnkgcihehifkcomabddocfjfenk |
| 説明 | 一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm |
| ファイルサイズ | 986 KB |
| インストール数 | 130 |
| 現在のバージョン | 5.5 |
| 最終更新日 | 2022-07-26 |
| 公開日 | 2020-08-26 |
| 開発者 | 贸龙 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://mao-niu-aizhu-shou-aihelper.flycricket.io/privacy.html |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u8d38\u725b\u7cbe\u7075",
"permissions": [
"*:\/\/profile.alibaba.com\/receive_list.htm*",
"tabs"
],
"version": "5.5",
"background": {
"persistent": false,
"scripts": [
"build\/background.build.js"
]
},
"browser_action": {
"default_icon": "email.png",
"default_popup": "popup.html",
"default_title": "\u8d38\u725b\u7cbe\u7075"
},
"content_scripts": [
{
"js": [
"build\/content.build.js"
],
"matches": [
"*:\/\/profile.alibaba.com\/receive_list.htm*"
]
}
],
"icons": {
"16": "email.png",
"32": "email.png",
"48": "email.png"
}
} | |