Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Cos'è Poshmark Utility Belt?
Poshmark Utility Belt è un'estensione di Chrome sviluppata da https://dankcellarstudio.com, e la sua funzione principale è "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poshmark Utility Belt
Scarica i file di estensione Poshmark Utility Belt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
URL Ufficiale | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Descrizione | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
Dimensione del File | 43.92 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 2.15 |
Ultimo Aggiornamento | 2020-10-12 |
Data di Pubblicazione | 2020-06-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://dankcellarstudio.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |