ClosetParty
Automating your work on Poshmark™
什麼是ClosetParty?
ClosetParty是由https://getclosetparty.com開發的Chrome擴展程式,該擴展的主要功能是“Automating your work on Poshmark™”。
擴展截圖
下載ClosetParty擴展crx文件
下載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 |
官方網址 | 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" ] } |