ClosetParty
Automating your work on Poshmark™
ClosetParty là gì?
ClosetParty là một tiện ích mở rộng Chrome được phát triển bởi https://getclosetparty.com, và tính năng chính của nó là "Automating your work on Poshmark™".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClosetParty
Tải xuống các tệp mở rộng ClosetParty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL Chính Thức | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Mô tả | Automating your work on Poshmark™ |
Kích Thước Tệp | 297 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2021-02-12 |
Ngày Phát Hành | 2020-10-25 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://getclosetparty.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getclosetparty.com |
URL Trang Trợ Giúp | https://getclosetparty.com/faq |
URL Trang Chính Sách Bảo Mật | https://getclosetparty.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |