ClosetParty

Automating your work on Poshmark™

ClosetParty란 무엇입니까?

ClosetParty은(는) https://getclosetparty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automating your work on Poshmark™"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ClosetParty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ClosetParty ClosetParty
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"
    ]
}