Scrape All
Scrape all web data mapping extension.
Scrape All란 무엇입니까?
Scrape All은(는) https://scrapeall.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape all web data mapping extension."입니다.
확장 프로그램 스크린샷
Scrape All 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution. Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.
확장 프로그램 기본 정보
이름 | Scrape All |
ID | niameellfhaeibjoeamhnojpfenglead |
공식 URL | https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead |
설명 | Scrape all web data mapping extension. |
파일 크기 | 773 KB |
설치 횟수 | 302 |
현재 버전 | 0.2 |
최근 업데이트 | 2021-04-18 |
출시 날짜 | 2021-03-31 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://scrapeall.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://scrapeall.io |
도움말 페이지 URL | https://scrapeall.io/submit-ticket/ |
개인정보 보호 정책 페이지 URL | https://vamsy.tech/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrape All", "description": "Scrape all web data mapping extension.", "version": "0.2", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "exclude_matches": [ "https:\/\/localhost\/*", "http:\/\/localhost\/*", "https:\/\/*.google.com\/*", "https:\/\/*.scrapeall.io\/*", "https:\/\/twitter.com\/*", "https:\/\/youtube.com\/*", "https:\/\/ant.design\/*" ], "matches": [ " |