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?
Web Scraper Helper for Coveo Web Sources是由jdevost开发的Chrome扩展程序,该扩展的主要功能是“Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources.”。
扩展截图
下载Web Scraper Helper for Coveo Web Sources扩展crx文件
下载Web Scraper Helper for Coveo Web Sources扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension will allow you to quickly create and preview a Web Crawler's advanced config json.
扩展基本信息
名称 | Web Scraper Helper for Coveo Web Sources |
ID | demelhhhnkocnphihjbhpafjnknknkdf |
官方URL | https://chromewebstore.google.com/detail/web-scraper-helper-for-co/demelhhhnkocnphihjbhpafjnknknkdf |
简介 | Helper to quickly create and test web scraping configurations for Coveo Cloud V2 sources. |
文件大小 | 2.33 MB |
安装次数 | 766 |
当前版本 | 2.1.0 |
更新时间 | 2024-01-22 |
上架时间 | 2018-09-14 |
评分 | 4.20/5 共5次评分 |
开发者 | jdevost |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/coveo-labs/web-scraper-helper/ |
帮助页面URL | https://github.com/coveo-labs/web-scraper-helper/tree/master/chrome_extension |
隐私政策页面URL | http://www.coveo.com/privacy |
支持的语言 | 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": [ " |