Vepaar - CRM for WhatsApp

CRM & E-commerce Store built on top of WhatsApp

Vepaar - CRM for WhatsApp란 무엇입니까?

Vepaar - CRM for WhatsApp은(는) https://vepaar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CRM & E-commerce Store built on top of WhatsApp"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vepaar - CRM for WhatsApp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vepaar helps you semi-automate your business workflow with CRM like features. Create customer profiles, save media & messages, send personalised quick replies, run polls, build your e-commerce store, create your business page and a lot more!

This platform helps you become friends with your customers on WhatsApp. With CRM-like features, you can:  

- Create customer profiles
- Create and assign tags to the contacts, groups or broadcast lists
- Create and assign funnel 
- Categorize customer lists based on Tag and Funnel
- Auto sync and Export the WhatsApp chat
- Export the contacts from WhatsApp Group, Broadcast lists
- Setup quick personalized replies
- Take a Poll or Survey for your products or services
- Create an eCommerce store on WhatsApp 
- Help customers explore your products or services
- Sell your products & services 
- Receive the payment from your customers

And much more…. 

You can do all of this WITHOUT having any tech infrastructure or technical knowledge. 
Effortless. Isn’t it? 

Once you install, you can book a demo with us and we will explain you all the features and also help you in implementing Vepaar for your business.

Install and start now for Free  ✌🏻                    

확장 프로그램 기본 정보

이름 Vepaar - CRM for WhatsApp Vepaar - CRM for WhatsApp
ID bkokmlhcdmoeobdcabifliikflimplol
공식 URL https://chromewebstore.google.com/detail/vepaar-crm-for-whatsapp/bkokmlhcdmoeobdcabifliikflimplol
설명 CRM & E-commerce Store built on top of WhatsApp
파일 크기 860 KB
설치 횟수 5,168
현재 버전 8.3.1
최근 업데이트 2024-03-01
출시 날짜 2020-06-17
평점 4.75/5 총 24 개의 평점
개발자 https://vepaar.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vepaar.com
도움말 페이지 URL https://vepaar.com
개인정보 보호 정책 페이지 URL https://vepaar.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8\/DZoJp+Ptyowm8qC4NVqJpTBCK3S3wNVnjk8N+DJJXl3+MW+u5uJ582CaCnz42N8wjxbhv9Dp99Jjj5bl2VshVbfGP2zi0PZZdKnNH6MmEEU8h01nf6CoI5Cj8gdJJV2KeQ78zYTl7xJrDKwRVPhPEKU6AJdkHfY+skiqnCvUEMXP\/fG3HrYh4BSEnq+eCeeum0Jp\/UgGrirFeA5NC631WFEBIN5RKxzTsE5kZMI3ayC8e2lXu4YUOgd12GSzm1C+u8C9qprlW9R05Ii5UoSXix60CmVQvVTG872V+dAsnpPsc6\/TJOLEmwEVwJpA9ugjW68RSPozas2XHSKyWj+QIDAQAB",
    "name": "Vepaar - CRM for WhatsApp",
    "description": "CRM & E-commerce Store built on top of WhatsApp",
    "version": "8.3.1",
    "homepage_url": "https:\/\/vepaar.com",
    "action": {
        "default_icon": ".\/assets\/img\/icon.png",
        "default_popup": ".\/dist\/popup\/index.html",
        "default_title": "Vepaar"
    },
    "minimum_chrome_version": "116",
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icons\/16.png",
        "32": ".\/assets\/icons\/32.png",
        "48": ".\/assets\/icons\/48.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "dist\/content-scripts\/isolated\/index.global.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "dist\/content-scripts\/main\/index.global.js"
            ],
            "run_at": "document_idle",
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.vepaar.com\/*",
            "https:\/\/web.vepaar.dev\/*",
            "https:\/\/qa--web-vepaar.netlify.app\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; style-src 'self' 'unsafe-inline'; script-src 'self'; https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/connect.facebook.net; object-src 'self';"
    }
}