Digi Ads JD Extractor
Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial.
Digi Ads JD Extractor란 무엇입니까?
Digi Ads JD Extractor은(는) My Digital Ads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial."입니다.
확장 프로그램 스크린샷
Digi Ads JD Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Scrape the business information from Justdial 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 Extractor tool is a very useful web scraping tool used to get database of targeted audience from Justdial. it's very easy to use you can exact data with single click. 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!
확장 프로그램 기본 정보
이름 | Digi Ads JD Extractor |
ID | oofmacdjooelepnifnblcghpfokbcabi |
공식 URL | https://chromewebstore.google.com/detail/digi-ads-jd-extractor/oofmacdjooelepnifnblcghpfokbcabi |
설명 | Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial. |
파일 크기 | 228 KB |
설치 횟수 | 144 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2021-10-04 |
출시 날짜 | 2021-09-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | My Digital Ads |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mydigitalads.in/ |
도움말 페이지 URL | http://mydigitalads.in/ |
개인정보 보호 정책 페이지 URL | https://mydigitalads.in/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-3.3.1.js", "js\/eventpage.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "default_popup": "html\/index.html", "default_title": "Digi Ads JD Extractor" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "matches": [ "*:\/\/*.justdial.com\/*" ], "run_at": "document_end" } ], "description": "Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial.", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkU\/Ygi96XKGPO55rL2VD8t9aGiAfDHkWV0On+GyHnCxQLSX2zDDpnJCcQLq6llWCdyoFqTlY1o4w9Wj7J1AKkH02fKycVLOIfbZ6CEVofBS3G5tsjjTBQfbJN3zSenN28WswTr0T7c8ZiGZEh1qUAznwzBu83bz\/Cn0G0YXnA2mblRBw6wyX61ZwLZ5xiZzTOY4\/5Rop0wY9a6S6ObnOX9sNQ3zHbXyeMcaFG8+m11vS\/n40k+5KUiovakAAS1jGM5WejBlTNncFPkMkuwdNC\/TEBnJQ9YDOhkqwVHiBZVXjTY+qPogegJbewGG5JUFEZq0r4bnKmXqyBrTU\/I2NZwIDAQAB", "manifest_version": 2, "name": "Digi Ads JD Extractor", "options_page": "html\/option.html", "permissions": [ "storage", "notifications", "*:\/\/mydigitalads.in\/*", "downloads", "browsingData" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |