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 |
公式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 |
Eメール | [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" ] } |