IndiaMart DBM Extractor
DBM India Mart Data Extractor tool is a lightweight and powerful India Mart data scraping software for lead generation.
IndiaMart DBM Extractor란 무엇입니까?
IndiaMart DBM Extractor은(는) https://digibulkmarketing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DBM India Mart Data Extractor tool is a lightweight and powerful India Mart data scraping software for lead generation."입니다.
확장 프로그램 스크린샷
IndiaMart DBM Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A advanced tool for business leads, one click to generate leads from IndiaMart DBM Extractor result pages and export lead list to excel file. Find targeted contacts & business info in one click. The IndiaMart DBM Extractor generates a ton of leads, anywhere in the India. This leads finder social media page like facebook instagram and more extracts name, address, phone number, website, social medias and more in the cloud and provides data in an Excel sheet. # Social DBM Extractor is an easy-use tool for: - B2B Lead Generation - Sales Prospecting - Marketing # Features - Search in any IndiaMart DBM Extractor business page and category - Search in anywhere in the world - Multi language support - Extract leads to excel file - 24/7 technical support - Download/Save Leads Automatically # Is it free? - Yes, IndiaMart DBM Extractor is free to use. You can get basic functionality and upgrade to get more features. # Questions? Contact us anytime: [email protected] or call us on 1800 889 8358 # Important Note: IndiaMart DBM Extractor does NOT belong or related to the official IndiaMarty application/website like facebook instagram or more in any ways. It is an unofficial app that is developed and maintained independently.
확장 프로그램 기본 정보
이름 | IndiaMart DBM Extractor |
ID | jocbkmphcpacengdonpghggghhagegbi |
공식 URL | https://chromewebstore.google.com/detail/indiamart-dbm-extractor/jocbkmphcpacengdonpghggghhagegbi |
설명 | DBM India Mart Data Extractor tool is a lightweight and powerful India Mart data scraping software for lead generation. |
파일 크기 | 1.39 MB |
설치 횟수 | 233 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-11-07 |
출시 날짜 | 2023-11-06 |
개발자 | https://digibulkmarketing.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://digibulkmarketing.com/product/google-map-data-extractor |
도움말 페이지 URL | https://digibulkmarketing.com/contact |
개인정보 보호 정책 페이지 URL | https://bitbeast.in/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IndiaMart DBM Extractor", "version": "1.0", "description": "DBM India Mart Data Extractor tool is a lightweight and powerful India Mart data scraping software for lead generation.", "action": { "default_popup": "index.html" }, "host_permissions": [ "*:\/\/digibulkmarketing.com\/*", "*:\/\/api.digibulkmarketing.com\/*", "https:\/\/www.google.com\/maps\/*", "https:\/\/www.indiamart.com\/*" ], "permissions": [ "tabs", "storage", "downloads", "system.cpu", "system.memory", "system.display" ], "background": { "service_worker": "worker_wrapper.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.indiamart.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |