Zatpat Machines B2B

Zatpat Machines on Whatsapp

ما هو Zatpat Machines B2B؟

Zatpat Machines B2B هو إضافة Chrome تم تطويرها بواسطة https://zatpatmachines.com، والميزة الرئيسية لها هي "Zatpat Machines on Whatsapp".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Zatpat Machines B2B

قم بتنزيل ملفات الامتداد Zatpat Machines B2B بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.zatpatmachines.com/contact-us/14
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}