Closet Buddy | Poshmark Automation Tool
Your Magical Poshmark Buddy - The #1 Poshmark Tool
Closet Buddy | Poshmark Automation Tool क्या है?
Closet Buddy | Poshmark Automation Tool http://closetbuddy.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Magical Poshmark Buddy - The #1 Poshmark Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Closet Buddy | Poshmark Automation Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Closet Buddy is the #1 Poshmark automation tool to increase sales & reduce toil. 💁🏼♀️💁🏼♀️ Tired of using complicated and buggy Poshmark tools? Try out Closet Buddy! The tool provides a clean and simple UI that any Poshmarker will immediately understand. You can choose from four account levels: 1) FOREVER FREE: that allows you to take 150 automated actions a day (no credit card required). 2) DABBLER: that allows 500 actions a day. 3) CASUAL TIER: that allows 2000 actions a day. 4) PRO TIER: for unlimited actions and unlocking powerful features. Closet Buddy lets you automate the following safely and securely: • Shares • Likes • Follows • Offers • 1-click posts • And more... Learn more at https://closetbuddy.io!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lhlcnkichiebjnkibfocicpganacaplm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/closet-buddy-poshmark-aut/lhlcnkichiebjnkibfocicpganacaplm |
विवरण | Your Magical Poshmark Buddy - The #1 Poshmark Tool |
फ़ाइल का आकार | 593 KB |
स्थापना संख्या | 133 |
वर्तमान संस्करण | 1.2.11 |
अंतिम अपडेट | 2021-03-17 |
प्रकाशन तिथि | 2020-09-02 |
रेटिंग | 3.07/5 कुल 14 रेटिंग्स |
डेवलपर | http://closetbuddy.io |
ईमेल | [email protected] |
एक्सटेंशन वेबसाइट | https://closetbuddy.io |
सहायता पृष्ठ URL | https://closetbuddy.io |
गोपनीयता नीति पृष्ठ URL | https://closetbuddy.io/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Closet Buddy | Poshmark Automation Tool", "description": "Your Magical Poshmark Buddy - The #1 Poshmark Tool", "version": "1.2.11", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/static.delightfuly.com https:\/\/closetbuddy.io https:\/\/www.googletagmanager.com https:\/\/cdn.heapanalytics.com https:\/\/cdn.heapanalytics.com https:\/\/heapanalytics.com 'unsafe-inline' 'unsafe-eval'; img-src https:\/\/heapanalytics.com https:\/\/static.delightfuly.com https:\/\/dl.airtable.com; style-src https:\/\/heapanalytics.com 'unsafe-inline'; connect-src https:\/\/heapanalytics.com https:\/\/static.delightfuly.com https:\/\/closetbuddy.io; font-src https:\/\/heapanalytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "https:\/\/poshmark.com\/*", "https:\/\/www.mercari.com\/sell*", "https:\/\/closetbuddy.io\/iframe.html" ] }, "content_scripts": [ { "matches": [ "https:\/\/poshmark.com\/*", "https:\/\/www.mercari.com\/sell*", "https:\/\/closetbuddy.io\/iframe.html" ], "js": [ "inject.js" ], "all_frames": false } ], "web_accessible_resources": [ "content.js", "auto_share_many_items.js", "auto_share.js", "auto_follow_many_likers.js", "auto_offers.js", "auto_offer.js", "auto_post.js", "auto_walk.js", "inventory.csv", "auto_post_mercari.js", "auto_comment.js", "util.js", "file_upload.js", "auto_bundle_offer.js", "auto_counter_offer.js" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/poshmark.com\/*", "https:\/\/www.mercari.com\/sell*", "https:\/\/closetbuddy.io\/iframe.html", "storage", "management" ] } |