IndiaMart - Contacts Exporter - Bulk Whatsapp

Indiamart Lead Contacts Export to Excel, integration with Goolge Spreadsheet, Bulk Whatsapp Messaging

IndiaMart - Contacts Exporter - Bulk Whatsappคืออะไร?

IndiaMart - Contacts Exporter - Bulk Whatsapp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roughcommerce และคุณลักษณะหลักของมันคือ "Indiamart Lead Contacts Export to Excel, integration with Goolge Spreadsheet, Bulk Whatsapp Messaging"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IndiaMart - Contacts Exporter - Bulk Whatsapp

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

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

                        This extension is only for IndiaMart Registered Seller who is currently selling through IndiaMart.

By this extension seller can have bellow major benefits 

* 1. Export all leads from Lead Manager into Excel
This feature gives to download excel sheet from Lead Manager which contains all customer enquiries along with their contact numbers. By using this tool seller can download whole enquiries data in one excel sheet. Downloaded excel sheet is very useful for the seller to make bulk message, convert into vCard and directly save into mobile.


* 2. Bulk Whatsapp
This is very helpful to seller to send message to their customers in bulk. Just copy all contact numbers including country code from a column of excel sheet and past in the extension and press enter key. Next type the message and click on send button. This will be start sending messages from web.whatapp page.


* 3. Google Spread Sheet Integration
If seller wants to automate leads/customer enquires then this is very helpful. When seller gets 
new lead then this extension push into seller's google spread sheet automatically. Now a days google spread sheet is common integration for CRM/ERP Softwares for their Business Automation. 

Hope this extension only for seller who wants to improve their productivity and speed up their business and automate their system with out any tension.

Note: We are not using any personal data and security information. Seller can contact us at any time. We have provided our mobile number in the extension if they get any trouble. We promise to give 100% security to seller data.

We have WhatsApp Api integration with Google Spread Sheet in this same extension.

Thanks and please support us                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IndiaMart - Contacts Exporter - Bulk Whatsapp IndiaMart - Contacts Exporter - Bulk Whatsapp
ID gfmooomknkkbajakeladmngcfilfibdp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/indiamart-contacts-export/gfmooomknkkbajakeladmngcfilfibdp
คำอธิบาย Indiamart Lead Contacts Export to Excel, integration with Goolge Spreadsheet, Bulk Whatsapp Messaging
ขนาดไฟล์ 3.17 MB
จำนวนการติดตั้ง 940
เวอร์ชันปัจจุบัน 6.8.4
อัปเดตครั้งล่าสุด 2021-12-24
วันที่เผยแพร่ 2020-07-03
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา roughcommerce
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "hot-reload.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js",
                "event.js"
            ],
            "matches": [
                "https:\/\/seller.indiamart.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Indiamart Lead Contacts Export to Excel, integration with Goolge Spreadsheet, Bulk Whatsapp Messaging",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "IndiaMart - Contacts Exporter - Bulk Whatsapp",
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "version": "6.8.4"
}