CRMzz - Instagram Contacts Importer

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

CRMzz - Instagram Contacts Importer란 무엇입니까?

CRMzz - Instagram 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 - Instagram 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 Instagram, please use  
1.Signup on CRMzz.com
2.Install CRMzz IG chrome extension 
3.Login CRMzz IG chrome extension 
4.Go to target IG page and click on IG- CRMzz Extension 
5.Adjust exporting speed preferably 7 second between each contact
6.When down click Import to CRMzz 
7. Go to CRMzz List on your account 
8. You can send email/SMS campaigns from CRMzz

Must be a member of CRMzz
Get it free, sign up now www.crmzz.com 

Security 
- The extension neither asks for your IG password, nor stores or transmits your data including IG user information, visit history, posts, and social relationships.
- There is a certain risk that the account will be deactivated or blocked by Instagram when using the extension, you should control the frequency of use by yourself at your own risk.                    

확장 프로그램 기본 정보

이름 CRMzz - Instagram Contacts Importer CRMzz - Instagram Contacts Importer
ID ekcaagmapiccfiolbocfeglfmcmgoolh
공식 URL https://chromewebstore.google.com/detail/crmzz-instagram-contacts/ekcaagmapiccfiolbocfeglfmcmgoolh
설명 CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.
파일 크기 2.38 MB
설치 횟수 149
현재 버전 1.1.0
최근 업데이트 2023-06-07
출시 날짜 2021-10-15
평점 5.00/5 총 1 개의 평점
개발자 https://crmzz.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.crmzz.com/
도움말 페이지 URL https://www.crmzz.com/business-guideline
개인정보 보호 정책 페이지 URL https://crmzz.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRMzz - Instagram Contacts Importer",
    "version": "1.1.0",
    "author": "Ahmed Hussien ",
    "homepage_url": "https:\/\/www.crmzz.com",
    "description": "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "tabs",
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/api.crmzz.com\/api\/v1\/user\/contacts\/ig-import-contacts"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "CRMzz - Instagram Contacts Importer",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.instagram.com\/"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "92.0"
        }
    }
}