Justdial Extractor
With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.
Justdial Extractor란 무엇입니까?
Justdial Extractor은(는) gravitymaster97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV."입니다.
확장 프로그램 스크린샷
Justdial Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take down the company data from Justdial. Software for data extraction from the Justdial business website. We have highly qualified experts with extensive domain expertise in the field of information technology. At Global Data System, we pride ourselves on utilising cutting edge technologies to provide solutions that are scalable, efficient, and simple to operate. A highly helpful web scraping tool for obtaining a focused audience database is the Justdial Data Extractor. It's highly user-friendly; you may utilise a URL to get specific data with only one click. The most effective and user-friendly software for web scraping and data extraction from Justdial is called Justdial Data Extractor. Many different computer users will gain from using Just Data Extractor. For illustration, let's imagine you want to retrieve every business record from Justdial, including the company, address, phone number, contact information, categories, and so on. It might save you hours of browsing! Fields Extract - DOCID NAME TOTALREVIEWS CITY AREA NEWADDRESSLN OPENNOW PHONE THUMBNAIL LAT LON WEBURL PINCODE VERIFIED
확장 프로그램 기본 정보
이름 | Justdial Extractor |
ID | dfdjccjpdlamdpdpklgliiibaodebeba |
공식 URL | https://chromewebstore.google.com/detail/justdial-extractor/dfdjccjpdlamdpdpklgliiibaodebeba |
설명 | With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV. |
파일 크기 | 54.75 KB |
설치 횟수 | 91 |
현재 버전 | 2.1 |
최근 업데이트 | 2024-02-16 |
출시 날짜 | 2023-11-08 |
개발자 | gravitymaster97 |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.codesmade.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/7e8462ff-e50c-4193-9a31-4b8f465c96e6 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Justdial Extractor", "version": "2.1", "description": "With the Justdial Scraper Chrome extension, listings with location, keyword, and URL are automatically downloaded to CSV.", "permissions": [ "activeTab", "storage" ], "action": { "default_title": "Justdial Extractor" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.justdial.com\/*" ], "js": [ "content.js" ] } ] } |