Justdial Business Scrapper
Scrape the business information from Justdial
Justdial Business Scrapper란 무엇입니까?
Justdial Business Scrapper은(는) https://www.justdialdataextractor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape the business information from Justdial"입니다.
확장 프로그램 스크린샷
Justdial Business Scrapper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Data Scraping Software from Justdial Business Website. We have highly experienced professionals in Information Technology field with vast domain knowledge. At Global Data System we believe in delivering scalable, efficient and easy to manage solutions using cutting edge technologies. Justdial data estractor tool is a very usefull web scraping tool used to get database of targeted audiance from justdial. it's very easy to use you can exact data with single click using url Justdial Data Extractor is the most powerful tool and easy-to-use data extraction software for web scraping and data extraction from justdial. Just Data Extractor will benefit a wide range of computer users. Let's say, for example, you need to extract all business (Company , address, contact, Categories, Phone no, Mobile no and etc.) from Justdial. It's may save your browsing hours!
확장 프로그램 기본 정보
이름 | Justdial Business Scrapper |
ID | dbbgnjncilegjkcdlblagaophhkcanel |
공식 URL | https://chromewebstore.google.com/detail/justdial-business-scrappe/dbbgnjncilegjkcdlblagaophhkcanel |
설명 | Scrape the business information from Justdial |
파일 크기 | 2.04 MB |
설치 횟수 | 2,065 |
현재 버전 | 1.9 |
최근 업데이트 | 2023-01-24 |
출시 날짜 | 2021-04-20 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://www.justdialdataextractor.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://justdialdataextractor.com/ |
도움말 페이지 URL | https://justdialdataextractor.com/contactus.html |
개인정보 보호 정책 페이지 URL | https://globalgymsoftware.com/Privacy-Policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Justdial Business Scrapper", "version": "1.9", "description": "Scrape the business information from Justdial", "permissions": [ "alarms", "cookies", "downloads", "notifications", "storage", "unlimitedStorage", "*:\/\/*\/*", "*:\/\/*.globalgymsoftware.in\/*", "https:\/\/web.whatsapp.com\/*", "https:\/\/www.google.com\/maps\/*" ], "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": "Justdial Business Scrapper" }, "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", "js\/check-ext-exipre.js", "contentscript\/ignore_jd_numbers.js", "contentscript\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |