PS SKU Grabber
SKU grabber for PlumbersStock
Was ist PS SKU Grabber?
PS SKU Grabber ist eine Chrome-Erweiterung, die von irgcanafuego entwickelt wurde, und ihr Hauptmerkmal ist "SKU grabber for PlumbersStock".
Erweiterungsscreenshots
PS SKU Grabber-Erweiterungs-CRX-Datei herunterladen
Laden Sie PS SKU Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | PS SKU Grabber |
ID | lnhkjiapjbhkbbihcaamlnfammphefpj |
Offizielle URL | https://chromewebstore.google.com/detail/ps-sku-grabber/lnhkjiapjbhkbbihcaamlnfammphefpj |
Beschreibung | SKU grabber for PlumbersStock |
Dateigröße | 87.91 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.4.1.0 |
Letztes Update | 2023-09-30 |
Veröffentlichungsdatum | 2022-08-23 |
Entwickler | irgcanafuego |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |