CRMzz - Whats App Groups Contacts Importer

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

CRMzz - Whats App Groups Contacts Importer란 무엇입니까?

CRMzz - Whats App Groups Contacts Importer은(는) https://crmzz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CRMzz - Whats App Groups Contacts Importer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CRMzz - Whats App Groups Contacts Importer CRMzz - Whats App Groups Contacts Importer
ID oohaohlgeakefnbaipecgpafpeaggfbi
공식 URL https://chromewebstore.google.com/detail/crmzz-whats-app-groups-co/oohaohlgeakefnbaipecgpafpeaggfbi
설명 CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.
파일 크기 933 KB
설치 횟수 163
현재 버전 1.1.4
최근 업데이트 2023-11-02
출시 날짜 2021-10-16
평점 5.00/5 총 2 개의 평점
개발자 https://crmzz.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crmzz.com/
도움말 페이지 URL https://beta.crmzz.com/business-guideline
개인정보 보호 정책 페이지 URL https://crmzz.com/privacy-policy
지원되는 언어 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]"
    ]
}