ClosetParty

Automating your work on Poshmark™

ClosetParty क्या है?

ClosetParty https://getclosetparty.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automating your work on Poshmark™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ClosetParty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}