ClosetParty
Automating your work on Poshmark™
O que é ClosetParty?
ClosetParty é uma extensão do Chrome desenvolvida por https://getclosetparty.com, e sua principal característica é "Automating your work on Poshmark™".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ClosetParty
Baixe arquivos de extensão ClosetParty 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
How many times have you wished, futile as it is, that you could clone yourself? Tired of spending all day on Poshmark sharing, liking and following? What if you could automate some of your Poshmark tasks, leaving you more time to do what you do best? Enter ClosetParty. Grow your Poshmark Closet in a few simple clicks. ClosetParty works on your behalf to promote, get more sales, and more impressions by automatically sharing your closet, following users and liking posts according to your commands. ClosetParty is free to install, and has a 7-day free trial. Give it a try, you won't regret it! Terms of use https://getclosetparty.com/terms-of-use Privacy Policy https://getclosetparty.com/privacy-policy
Informações Básicas da Extensão
Nome | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL Oficial | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Descrição | Automating your work on Poshmark™ |
Tamanho do Arquivo | 297 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-02-12 |
Data de Publicação | 2020-10-25 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | https://getclosetparty.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://getclosetparty.com |
URL da Página de Ajuda | https://getclosetparty.com/faq |
URL da Página de Política de Privacidade | https://getclosetparty.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClosetParty", "version": "1.0.3", "manifest_version": 2, "description": "Automating your work on Poshmark\u2122", "icons": { "128": "images\/128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "images\/128x128.png" }, "default_title": "ClosetParty" }, "content_scripts": [ { "matches": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.poshmark.ca\/*" ], "js": [ "app.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/images\/128x128.png" ] } |