J Dial Scraper

Scrape Data From Just Dial Search Results

Что такое J Dial Scraper?

J Dial Scraper - это расширение Chrome, разработанное Cloud Extractors, и его основная функция - "Scrape Data From Just Dial Search Results".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения J Dial Scraper

Скачайте файлы расширений J Dial Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Just Dial Scrapper for  “ Scrap the Public information  “ is a Predefined schema to ease and automated  for generating leads from the specific website

Our Core Aim is to reduce the human cost for doing the data entry jobs like COPY & PASTE.
This will grab all the PUBLIC Data from www.justdial.com from the leading monster search engine.
This powerful tool extracts name, address, phone number, website, social media links, reviews and metadata, anchor etc .

This cloudextractors.com have 5 softwares with the same price J Dial Extractor,Company Leads Extractors,IN Mart Extractor, G MAP Extractor and Google Search Engine Page results ( SERP ) Extractor & After Scraping you can export to Excel in CSV  format with proper data types. 

This chrome extension can help boost your business by generating new leads for the sales team or check your competitor analysis

You can integrate to any type of CRM. 

Use the FREE TRIAL before you buy the product !!
Terms of use  :  https://cloudextractors.com/Terms
Privacy Policy :  https://cloudextractors.com/privacyPolicy
_________________________________________________________________________________________________

Disclaimer: Names and logos used are property of their respective owners. We are not directly affiliated with any of the mentioned websites. We do not endorse stressing any of the mentioned websites for database building or similar motives. These tools are for personal use only and meant to save time for people in collecting data which is already available publicly to them. The end user must comply with the respective website's terms of use or whichever policy applicable. We cannot be held responsible for any misuse of this software in a way it is not meant for.                    

Основная информация о расширении

Название J Dial Scraper J Dial Scraper
ID fpnldaddcolebfnopkgaekfdogdgipnb
Официальный URL https://chrome.google.com/webstore/detail/j-dial-scraper/fpnldaddcolebfnopkgaekfdogdgipnb
Описание Scrape Data From Just Dial Search Results
Размер файла 1.57 MB
Количество установок 385
Текущая Версия 1.1
Последнее Обновление 2020-10-14
Дата публикации 2020-08-03
Разработчик Cloud Extractors
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cloudextractors.com
URL страницы помощи https://cloudextractors.com
URL страницы политики конфиденциальности https://cloudextractors.com/privacyPolicy.php
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "J Dial Scraper",
    "version": "1.1",
    "description": "Scrape Data From Just Dial Search Results",
    "permissions": [
        "webRequest",
        "activeTab",
        "downloads",
        "notifications",
        "storage",
        "*:\/\/*.justdial.com\/*",
        "https:\/\/gooserp.com\/api\/User\/login.php",
        "https:\/\/web.whatsapp.com\/send?phone=*",
        "https:\/\/www.google.com\/search?q=*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "J Dial Scraper"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.justdial.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}