Closet Betty

Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers.

Closet Bettyคืออะไร?

Closet Betty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://closetbetty.com และคุณลักษณะหลักของมันคือ "Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Closet Betty

ดาวน์โหลดไฟล์ส่วนขยาย Closet Betty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Built For Poshers, By Poshers.

Closet Betty automates your Poshmark tasks using the timing and methods of real people. She clicks the buttons the way you would. She scrolls down the page the way you would. You can even supervise all of her work! Oh, and she'll stop for captchas too!

With one click, you can...

-- Share Your Entire Closet To All Your Followers
-- Share Your Entire Closet To Active Parties
-- Follow All Of Your Followers
-- Follow Any Other Closet's Followers
-- Return A Share For Each Of Your Received Shares
-- Update All Of Your Listings (Edit-Next-Share Method)
-- Share X Number Of Items From Anyone's Closet
-- Share X Number Of Items From Any Brand Page

You can also schedule your sharing and following...

-- Schedule Shares To Followers
-- Schedule Shares To Parties
-- Schedule Updating Your Listings (Edit-Next-Share Method)
-- Schedule Return Following
-- Schedule Return Sharing

With the scheduling feature, you can just leave your computer on and let Betty handle it at the time you set!

Betty will also...

- Let you set the speed of your sharing and following (slow, medium, or fast)
- Alert you of CAPTCHAs and stop until you've solved them

Take back your time AND increase your potential sales!

Closet Betty was built by actual Poshmark users who were frustrated with the intense time requirements of sharing, following, and updating. We wanted more time with our families and less time in front of a screen. And so we built Betty to act like a real person, doing exactly what we would do.

No questionable methods are used. Betty simply drives your web browser the way you would, times her clicks the way you would, and even stops to handle CAPTCHAs the way you would.

Give it a try! We hope you'll like it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Closet Betty Closet Betty
ID cgbkcoeoelgkndmdbofammbalbdeecea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/closet-betty/cgbkcoeoelgkndmdbofammbalbdeecea
คำอธิบาย Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers.
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-04-27
วันที่เผยแพร่ 2020-05-09
คะแนน 2.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://closetbetty.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.closetbetty.com
URL หน้านโยบายความเป็นส่วนตัว https://www.closetbetty.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Closet Betty",
    "description": "Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers.",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "hanger1.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "hanger1.png",
        "48": "hanger_icon_48x48.gif",
        "128": "hanger_icon_128x128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.slim.min.js",
            "socket.io.js",
            "background.js",
            "moment.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/poshmark.com\/*",
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": [],
    "web_accessible_resources": [
        "alert-sound.mp3"
    ],
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/poshmark.com\/*",
        "https:\/\/poshmark.ca\/*",
        "https:\/\/api.closetbetty.com\/*"
    ]
}