Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Hvad er Poshmark Utility Belt?
Poshmark Utility Belt er en Chrome-udvidelse udviklet af https://dankcellarstudio.com, og dens hovedfunktion er "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Udvidelsesskærmbilleder
Download Poshmark Utility Belt-udvidelses-CRX-fil
Download Poshmark Utility Belt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
Officiel URL | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Beskrivelse | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
Filstørrelse | 43.92 KB |
Antal Installationer | 48 |
Nuværende Version | 2.15 |
Senest Opdateret | 2020-10-12 |
Udgivelsesdato | 2020-06-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://dankcellarstudio.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |