CRMzz - Whats App Groups Contacts Importer

CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.

O que é CRMzz - Whats App Groups Contacts Importer?

CRMzz - Whats App Groups Contacts Importer é uma extensão do Chrome desenvolvida por https://crmzz.com, e sua principal característica é "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CRMzz - Whats App Groups Contacts Importer

Baixe arquivos de extensão CRMzz - Whats App Groups Contacts Importer 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

                        The easiest software in the market that can help you centralize all your contacts in 1 software with CRM enrichment tool and Email/SMS marketing blast engine. 

Import contacts from conversations & groups 
1.Add phone number directly from web without having to add it on phone first 
2.Import contacts from conversations 
3.Import contacts from groups 
Contacts includes Image, Phone number & full name
Must be a member of CRMzz
Get it free, sign up now www.crmzz.com 

About CRMzz:-
Social Marketing Platform for Business, Customers & Influencers
Featuring: - 
*Business landing page.
*Business representative videos.
*Import all your CRM contacts from Phone book, Email Providers, 
   CRM providers, Whats App Groups, Instagram followers. 
*Send Mass SMS/Email Marketing from web or phone app. 
*Invite your customers to record video reviews their experience with products or services.
*Hire Influencers to help boost promotions.
*Communicate and make payments to influencers.                    

Informações Básicas da Extensão

Nome CRMzz - Whats App Groups Contacts Importer CRMzz - Whats App Groups Contacts Importer
ID oohaohlgeakefnbaipecgpafpeaggfbi
URL Oficial https://chromewebstore.google.com/detail/crmzz-whats-app-groups-co/oohaohlgeakefnbaipecgpafpeaggfbi
Descrição CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.
Tamanho do Arquivo 933 KB
Contagem de Instalações 163
Versão Atual 1.1.4
Última Atualização 2023-11-02
Data de Publicação 2021-10-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://crmzz.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://crmzz.com/
URL da Página de Ajuda https://beta.crmzz.com/business-guideline
URL da Página de Política de Privacidade https://crmzz.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRMzz - Whats App Groups Contacts Importer",
    "version": "1.1.4",
    "description": "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.",
    "author": "Ahmed Hussien ",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.crmzz.com\/api\/v1\/user\/contacts\/wa-import-contacts"
    ],
    "browser_action": {
        "default_title": "CRMzz - Whats App Groups Contacts Importer",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js",
                "js\/utils.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js",
        "img\/logo.png",
        "img\/flags.png",
        "img\/[email protected]"
    ]
}