EFFESS IndiaMart Lead Manager

Create and Manage the lead for your business from IndiaMart website.

O que é EFFESS IndiaMart Lead Manager?

EFFESS IndiaMart Lead Manager é uma extensão do Chrome desenvolvida por EFFESS Services, e sua principal característica é "Create and Manage the lead for your business from IndiaMart website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EFFESS IndiaMart Lead Manager

Baixe arquivos de extensão EFFESS IndiaMart Lead Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Lead Manager for IndiaMart by EFFESS Services

Introducing the IndiaMart Scraper Extension - your go-to tool for streamlining your business operations, sourcing, and market research on IndiaMart, the leading B2B marketplace. With this versatile extension, you'll be able to extract valuable data from IndiaMart listings effortlessly, helping you make more informed decisions, save time, and stay ahead of the competition.

**Key Features**:

1. **Seamless Data Extraction**: Extract product and supplier data, including titles, prices, descriptions, contact details, and more with a single click.

2. **Customized Filters**: Tailor your search parameters to find the exact products and suppliers you need for your business.

3. **Bulk Data Export**: Download extracted data in various formats (CSV, Excel, etc.) for analysis and integration with your business systems.

4. **Price Monitoring**: Keep track of price changes and market trends to make informed purchasing decisions.

5. **Real-time Updates**: Stay in the loop with automatic data updates to ensure your information is always current.

6. **One-Click Contact**: Easily reach out to suppliers directly from the extension to streamline communication.

7. **Saved Searches**: Save your favorite searches for quick access and repeated use.

8. **Enhanced Productivity**: Cut down on manual data entry and focus on growing your business.

**Who Can Benefit?**:

- **Sourcing Professionals**: Streamline your procurement processes and source products efficiently.
- **Business Owners**: Make data-driven decisions and expand your product offerings.
- **Market Researchers**: Gain valuable insights into market trends and competitors.
- **Entrepreneurs**: Save time and resources while establishing or growing your business.
- **Anyone on IndiaMart**: Whether you're a seasoned user or new to the platform, this extension is a game-changer.

**Installation Instructions**:

1. Click "Add to Chrome" to install the IndiaMart Scraper Extension.
2. Log in to your IndiaMart account.
3. Navigate to a search results page or a product listing.
4. Click the extension icon in your browser to start extracting data.

**Privacy and Security**:

Rest assured, your data's security and privacy are our top priorities. This extension only accesses publicly available data on IndiaMart, and your login credentials are never stored or shared.                    

Informações Básicas da Extensão

Nome EFFESS IndiaMart Lead Manager EFFESS IndiaMart Lead Manager
ID kpnbjlnnaoilpjkbodphbjelpldfbibo
URL Oficial https://chromewebstore.google.com/detail/effess-indiamart-lead-man/kpnbjlnnaoilpjkbodphbjelpldfbibo
Descrição Create and Manage the lead for your business from IndiaMart website.
Tamanho do Arquivo 2.17 MB
Contagem de Instalações 64
Versão Atual 1.0.1
Última Atualização 2023-11-21
Data de Publicação 2023-10-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor EFFESS Services
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://effess.in
URL da Página de Política de Privacidade https://effess.in/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/default_icon_128.png",
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png"
        },
        "default_title": "EFFESS IndiaMart Lead Manager"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/toastr.min.css"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "libs\/toastr.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.indiamart.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Create and Manage the lead for your business from IndiaMart website.",
    "host_permissions": [
        "*:\/\/*.indiamart.com\/*",
        "https:\/\/effess.in\/*",
        "https:\/\/www.google.com\/maps\/*"
    ],
    "icons": {
        "128": "images\/default_icon_128.png",
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png"
    },
    "manifest_version": 3,
    "name": "EFFESS IndiaMart Lead Manager",
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "css\/*",
                "js\/*",
                "images\/*",
                "libs\/*",
                "html\/*",
                "contentscript\/*"
            ]
        }
    ]
}