PS SKU Grabber
SKU grabber for PlumbersStock
PS SKU Grabberとは何ですか?
PS SKU Grabberはirgcanafuegoによって開発されたChromeの拡張機能で、その主な機能は「SKU grabber for PlumbersStock」です。
拡張機能のスクリーンショット
PS SKU Grabber拡張機能のCRXファイルをダウンロード
PS SKU Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy-to-use web scraper that extracts product SKUs from PlumbersStock search results and category pages. Choose between a comma-delimited format or a vertical list (optimized for Google Sheets and Excel use) with just a click of a button! Save plenty of time and browser memory with this extension! *v1.2 Update:* Added functionality for grabbing Admin Panel Qs *v1.2.1.4 Update:* Fixed new line glitch for Qs *v1.2.1.7 Update:* Fixed data filling into adjacent cells
拡張機能の基本情報
名前 | PS SKU Grabber |
ID | lnhkjiapjbhkbbihcaamlnfammphefpj |
公式URL | https://chromewebstore.google.com/detail/ps-sku-grabber/lnhkjiapjbhkbbihcaamlnfammphefpj |
説明 | SKU grabber for PlumbersStock |
ファイルサイズ | 87.91 KB |
インストール数 | 36 |
現在のバージョン | 1.4.1.0 |
最終更新日 | 2023-09-30 |
公開日 | 2022-08-23 |
開発者 | irgcanafuego |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS SKU Grabber", "description": "SKU grabber for PlumbersStock", "version": "1.4.1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "tabs", "unlimitedStorage" ], "action": { "default_popup": "home.html", "default_icon": { "16": "\/images\/ps16.png", "32": "\/images\/ps32.png", "48": "\/images\/ps48.png", "128": "\/images\/ps128.png" } }, "icons": { "16": "\/images\/ps16.png", "32": "\/images\/ps32.png", "48": "\/images\/ps48.png", "128": "\/images\/ps128.png" }, "options_page": "options.html" } |