Zatpat Machines B2B

Zatpat Machines on Whatsapp

Zatpat Machines B2B란 무엇입니까?

Zatpat Machines B2B은(는) https://zatpatmachines.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zatpat Machines on Whatsapp"입니다.

확장 프로그램 스크린샷

screenshot

Zatpat Machines B2B 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Connect with Buyers & Seller of Used machines directly from your whatsapp web window. You can connect with any majo CRM software with this extension through our custom services. 

One can easily search used VMC, HMC, CNC Lathe, CNC Turret Punching, Fiber Laser Cutting, CNC Press Brake and many more from here only. Get direct leads of machine buyer from your whatsapp web. It will not just save your time but you will always relax because all communication can be saved to your own CRM or our CRM.                    

확장 프로그램 기본 정보

이름 Zatpat Machines B2B Zatpat Machines B2B
ID oeamblpkomihdckfjfphoeapplflnndi
공식 URL https://chromewebstore.google.com/detail/zatpat-machines-b2b/oeamblpkomihdckfjfphoeapplflnndi
설명 Zatpat Machines on Whatsapp
파일 크기 252 KB
설치 횟수 23
현재 버전 4.2
최근 업데이트 2022-03-21
출시 날짜 2021-10-22
평점 5.00/5 총 1 개의 평점
개발자 https://zatpatmachines.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zatpatmachines.com
도움말 페이지 URL https://www.zatpatmachines.com/contact-us/14
개인정보 보호 정책 페이지 URL https://www.zatpatmachines.com/Privacy-Policy/82
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zatpat Machines B2B",
    "description": "Zatpat Machines on Whatsapp",
    "version": "4.2",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/icon16.png",
        "24": ".\/images\/icon24.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "page_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": {
            "16": ".\/images\/icon16.png",
            "24": ".\/images\/icon24.png",
            "32": ".\/images\/icon32.png",
            "48": ".\/images\/icon48.png",
            "128": ".\/images\/icon128.png"
        }
    },
    "permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.zatpatmachines.com\/*",
        "https:\/\/b2b.zatpatmachines.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/injectGeneral.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "style\/*",
        "images\/*"
    ]
}