PS SKU Grabber
SKU grabber for PlumbersStock
What is PS SKU Grabber?
PS SKU Grabber is a Chrome extension developed by irgcanafuego, and its main feature is "SKU grabber for PlumbersStock".
Extension Screenshots
Download PS SKU Grabber Extension CRX File
Download PS SKU Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PS SKU Grabber |
ID | lnhkjiapjbhkbbihcaamlnfammphefpj |
Official URL | https://chromewebstore.google.com/detail/ps-sku-grabber/lnhkjiapjbhkbbihcaamlnfammphefpj |
Description | SKU grabber for PlumbersStock |
File Size | 87.91 KB |
Installation Count | 36 |
Current Version | 1.4.1.0 |
Last Updated | 2023-09-30 |
Publish Date | 2022-08-23 |
Developer | irgcanafuego |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |