Zatpat Machines B2B

Zatpat Machines on Whatsapp

Zatpat Machines B2B là gì?

Zatpat Machines B2B là một tiện ích mở rộng Chrome được phát triển bởi https://zatpatmachines.com, và tính năng chính của nó là "Zatpat Machines on Whatsapp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zatpat Machines B2B

Tải xuống các tệp mở rộng Zatpat Machines B2B dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zatpat Machines B2B Zatpat Machines B2B
ID oeamblpkomihdckfjfphoeapplflnndi
URL Chính Thức https://chromewebstore.google.com/detail/zatpat-machines-b2b/oeamblpkomihdckfjfphoeapplflnndi
Mô tả Zatpat Machines on Whatsapp
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2022-03-21
Ngày Phát Hành 2021-10-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://zatpatmachines.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zatpatmachines.com
URL Trang Trợ Giúp https://www.zatpatmachines.com/contact-us/14
URL Trang Chính Sách Bảo Mật https://www.zatpatmachines.com/Privacy-Policy/82
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}