Esty Product Scraper
Get Product details in XLSX file from etsy.com
Esty Product Scraperとは何ですか?
Esty Product ScraperはTech Mastersによって開発されたChromeの拡張機能で、その主な機能は「Get Product details in XLSX file from etsy.com」です。
拡張機能のスクリーンショット
Esty Product Scraper拡張機能のCRXファイルをダウンロード
Esty Product Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Etsy product scrapping tool to scrape different product details like Title, Image Link and price etc. If you need more features in this extension I would be happy to hear that. You can contact me directly on [email protected].
拡張機能の基本情報
名前 | |
ID | hojnadjahljijkiagbkdiidkhelkgklj |
公式URL | https://chrome.google.com/webstore/detail/esty-product-scraper/hojnadjahljijkiagbkdiidkhelkgklj |
説明 | Get Product details in XLSX file from etsy.com |
ファイルサイズ | 533 KB |
インストール数 | 112 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-06-10 |
公開日 | 2020-06-10 |
開発者 | Tech Masters |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "background_script.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon192.png", "144": "images\/icon144.png", "16": "images\/icon36.png", "24": "images\/icon48.png", "32": "images\/icon72.png" }, "default_popup": "popup.html", "default_title": "Esty Product Scraper" }, "content_scripts": [ { "js": [ "jquery.min.js", "filesaver.min.js", "xlsx.min.js", "content_script.js" ], "matches": [ "https:\/\/www.etsy.com\/*" ], "run_at": "document_end" } ], "description": "Get Product details in XLSX file from etsy.com", "icons": { "128": "images\/37-512.png" }, "manifest_version": 2, "name": "Esty Product Scraper", "permissions": [ "tabs", "downloads" ], "short_name": "Web Scraper", "version": "1.0.3", "web_accessible_resources": [ "images\/icon16.png", "images\/icon24.png", "images\/icon32.png", "images\/icon48.png", "images\/icon128.png" ] } |