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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crmzz.com และคุณลักษณะหลักของมันคือ "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRMzz - Instagram Contacts Importer

ดาวน์โหลดไฟล์ส่วนขยาย CRMzz - Instagram Contacts Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}