ClosetParty
Automating your work on Poshmark™
ClosetPartyคืออะไร?
ClosetParty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getclosetparty.com และคุณลักษณะหลักของมันคือ "Automating your work on Poshmark™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClosetParty
ดาวน์โหลดไฟล์ส่วนขยาย ClosetParty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
คำอธิบาย | Automating your work on Poshmark™ |
ขนาดไฟล์ | 297 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-02-12 |
วันที่เผยแพร่ | 2020-10-25 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://getclosetparty.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getclosetparty.com |
URL หน้าช่วยเหลือ | https://getclosetparty.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://getclosetparty.com/privacy-policy |
ภาษาที่รองรับ | 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" ] } |