贸牛精灵

一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm

贸牛精灵란 무엇입니까?

贸牛精灵은(는) 贸龙에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm"입니다.

확장 프로그램 스크린샷

screenshot

贸牛精灵 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具: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
개발자 贸龙
이메일 [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"
    }
}