ClosetParty
Automating your work on Poshmark™
Apa itu ClosetParty?
ClosetParty adalah ekstensi Chrome yang dikembangkan oleh https://getclosetparty.com, dan fitur utamanya adalah "Automating your work on Poshmark™".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ClosetParty
Unduh file ekstensi ClosetParty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL Resmi | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Deskripsi | Automating your work on Poshmark™ |
Ukuran File | 297 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2021-02-12 |
Tanggal Publikasi | 2020-10-25 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | https://getclosetparty.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://getclosetparty.com |
URL Halaman Bantuan | https://getclosetparty.com/faq |
URL Halaman Kebijakan Privasi | https://getclosetparty.com/privacy-policy |
Bahasa yang Didukung | 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" ] } |