SmartSearch Page Capture
This extension shows a Current page HTML
SmartSearch Page Capture란 무엇입니까?
SmartSearch Page Capture은(는) SmartSearch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows a Current page HTML"입니다.
확장 프로그램 스크린샷
SmartSearch Page Capture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Samart Search extraction tool with an easy point-and-click interface for LinkedIn public view of user profile Free and easy to use web data extraction tool for smart search customer only. With a simple point-and-click interface, the ability to extract LinkedIn public view user profile records from a website takes only a few minutes of scraper setup. Web Scraper utilizes a modular structure that is made of selectors, which instruct the scraper on how to traverse the target site and what data to extract. Data extraction is run on your browser and doesn’t require anything to be installed on your computer. You don't need any coding experience to start scraping. Additionally, it is possible to completely automate data extraction in Web Scraper Cloud.
확장 프로그램 기본 정보
이름 | SmartSearch Page Capture |
ID | bdnlkpholabdlakmcchpoigbkeeaadnd |
공식 URL | https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd |
설명 | This extension shows a Current page HTML |
파일 크기 | 63.28 KB |
설치 횟수 | 732 |
현재 버전 | 16.0 |
최근 업데이트 | 2024-01-15 |
출시 날짜 | 2019-06-21 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | SmartSearch |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://smartsearch.plus |
도움말 페이지 URL | https://smartsearch.plus/contact |
개인정보 보호 정책 페이지 URL | https://smartsearchinc.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SmartSearch Page Capture", "description": "This extension shows a Current page HTML", "version": "16.0", "background": { "service_worker": "background.js" }, "action": { "default_title": "SmartSearch V16.0", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "64": "icon.png" }, "permissions": [ "tabs", "activeTab" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "myscript.js", "jquery-3.6.0.min.js" ] } ] } |