Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
What is Poshmark Utility Belt?
Poshmark Utility Belt is a Chrome extension developed by https://dankcellarstudio.com, and its main feature is "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Extension Screenshots
Download Poshmark Utility Belt Extension CRX File
Download Poshmark Utility Belt 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
A Poshmark chrome extension that provides utility functionality to users for making sales through Poshmark! Features: - Follower and Party mode sharing for Poshmark closets Development: - Tracking sale records - Listing creation helper Increase your sales today! #poshify
Extension Basic Information
Name | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
Official URL | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Description | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
File Size | 43.92 KB |
Installation Count | 48 |
Current Version | 2.15 |
Last Updated | 2020-10-12 |
Publish Date | 2020-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://dankcellarstudio.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poshmark Utility Belt", "short_name": "Poshify", "description": "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark", "version": "2.15", "icons": { "16": "public\/icon16.png", "48": "public\/icon48.png", "128": "public\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/poshmark.com\/closet\/*" ], "js": [ "jquery.slim.min.js", "content.js" ] } ], "page_action": { "default_title": "Posh Utility Belt", "default_popup": "public\/popup.html" }, "permissions": [ "declarativeContent", "tabs" ] } |