ClosetParty
Automating your work on Poshmark™
Hvad er ClosetParty?
ClosetParty er en Chrome-udvidelse udviklet af https://getclosetparty.com, og dens hovedfunktion er "Automating your work on Poshmark™".
Udvidelsesskærmbilleder
Download ClosetParty-udvidelses-CRX-fil
Download ClosetParty-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
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
Officiel URL | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Beskrivelse | Automating your work on Poshmark™ |
Filstørrelse | 297 KB |
Antal Installationer | 16 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2021-02-12 |
Udgivelsesdato | 2020-10-25 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | https://getclosetparty.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://getclosetparty.com |
Hjælpeside-URL | https://getclosetparty.com/faq |
URL til Fortrolighedspolitik Side | https://getclosetparty.com/privacy-policy |
Understøttede Sprog | 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" ] } |