Web Scraper Helper for Coveo Web Sources
Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.
Web Scraper Helper for Coveo Web Sources là gì?
Web Scraper Helper for Coveo Web Sources là một tiện ích mở rộng Chrome được phát triển bởi jdevost, và tính năng chính của nó là "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Scraper Helper for Coveo Web Sources
Tải xuống các tệp mở rộng Web Scraper Helper for Coveo Web Sources dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This chrome extension will allow you to quickly create and preview a Web Crawler's advanced config json.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Scraper Helper for Coveo Web Sources |
ID | demelhhhnkocnphihjbhpafjnknknkdf |
URL Chính Thức | https://chromewebstore.google.com/detail/web-scraper-helper-for-co/demelhhhnkocnphihjbhpafjnknknkdf |
Mô tả | Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources. |
Kích Thước Tệp | 2.33 MB |
Số Lần Cài Đặt | 766 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2018-09-14 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | jdevost |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/coveo-labs/web-scraper-helper/ |
URL Trang Trợ Giúp | https://github.com/coveo-labs/web-scraper-helper/tree/master/chrome_extension |
URL Trang Chính Sách Bảo Mật | http://www.coveo.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Scraper Helper for Coveo Web Sources", "short_name": "Web Scraper Helper", "version": "2.1.0", "description": "Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "devtools_page": "devtools.html", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "css\/inject.css" ], "all_frames": false } ], "permissions": [ "activeTab", "storage", "tabs" ], "host_permissions": [ " |