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 |
Eメール | [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": [ " |