Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
O que é Poshmark Utility Belt?
Poshmark Utility Belt é uma extensão do Chrome desenvolvida por https://dankcellarstudio.com, e sua principal característica é "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Poshmark Utility Belt
Baixe arquivos de extensão Poshmark Utility Belt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
URL Oficial | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Descrição | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
Tamanho do Arquivo | 43.92 KB |
Contagem de Instalações | 48 |
Versão Atual | 2.15 |
Última Atualização | 2020-10-12 |
Data de Publicação | 2020-06-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://dankcellarstudio.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |