ClosetParty
Automating your work on Poshmark™
Cos'è ClosetParty?
ClosetParty è un'estensione di Chrome sviluppata da https://getclosetparty.com, e la sua funzione principale è "Automating your work on Poshmark™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClosetParty
Scarica i file di estensione ClosetParty 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL Ufficiale | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Descrizione | Automating your work on Poshmark™ |
Dimensione del File | 297 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2021-02-12 |
Data di Pubblicazione | 2020-10-25 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | https://getclosetparty.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://getclosetparty.com |
URL della Pagina di Aiuto | https://getclosetparty.com/faq |
URL della Pagina della Politica sulla Privacy | https://getclosetparty.com/privacy-policy |
Lingue Supportate | 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" ] } |