贸牛精灵

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

O que é 贸牛精灵?

贸牛精灵 é uma extensão do Chrome desenvolvida por 贸龙, e sua principal característica é "一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 贸牛精灵

Baixe arquivos de extensão 贸牛精灵 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 贸牛精灵 贸牛精灵
ID ljjdjgnkgcihehifkcomabddocfjfenk
URL Oficial https://chromewebstore.google.com/detail/%E8%B4%B8%E7%89%9B%E7%B2%BE%E7%81%B5/ljjdjgnkgcihehifkcomabddocfjfenk
Descrição 一键采集阿里巴巴后台客户邮箱;一键导出采集的邮箱数据。请到阿里巴巴客户管理页面-收到的名片处使用本工具。在此页面使用该工具:https://profile.alibaba.com/receive_list.htm
Tamanho do Arquivo 986 KB
Contagem de Instalações 130
Versão Atual 5.5
Última Atualização 2022-07-26
Data de Publicação 2020-08-26
Desenvolvedor 贸龙
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://mao-niu-aizhu-shou-aihelper.flycricket.io/privacy.html
Idiomas Suportados 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"
    }
}