Closet Kit: #1 Poshmark Sharing Tool
A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark.
Τι είναι το Closet Kit: #1 Poshmark Sharing Tool;
Το Closet Kit: #1 Poshmark Sharing Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://closetmojo.com, και η κύρια λειτουργία του είναι "A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Closet Kit: #1 Poshmark Sharing Tool
Λήψη αρχείων επέκτασης Closet Kit: #1 Poshmark Sharing Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
FREE to try. NO card required. Posh faster. Make more sales. #1️⃣ Poshmark compliant sharing tool for Poshmark A simple chrome extension that helps you share faster on Poshmark, saving you time. * Features of Closet Kit - Unlimited Shares - Share to Party - Unlimited Follows - Unlimited Unfollows - Daily Stats Tracker - Scroll Helper (Safe to use) - Reverse Order with Numbering 🆕🔀 - Guaranteed updates & support * Why Closet Kit? We all know how tiring the Poshmark sharing is, to manually share with a website that Poshmark keeps it tedious to share, this tool will speed up your sharing and following by 2x. * Is there a free trial? Yes! We offer a 5-day free trial for you to test it out. * How do I get started? Simply install the extension and head over to - https://closetmojo.com/poshmark-closet-kit to learn more If you have any issues / feedback contact us at - https://closetmojo.com/support/closet-kit
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dgmepnobigffeghchjohnpgeillbekfd |
Επίσημο URL | https://chrome.google.com/webstore/detail/closet-kit-1-poshmark-sha/dgmepnobigffeghchjohnpgeillbekfd |
Περιγραφή | A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark. |
Μέγεθος Αρχείου | 54.94 KB |
Αριθμός Εγκαταστάσεων | 109 |
Τρέχουσα Έκδοση | 1.1.4.3 |
Τελευταία Ενημέρωση | 2021-09-10 |
Ημερομηνία Δημοσίευσης | 2020-09-04 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://closetmojo.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://kit.closetmojo.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://kit.closetmojo.com/contact |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closet Kit: #1 Poshmark Sharing Tool", "version": "1.1.4.3", "description": "A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "default_title": "Closet Kit: #1 Poshmark Sharing Tool" }, "web_accessible_resources": [ { "resources": [ "build\/index.js" ], "matches": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.poshmark.ca\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.poshmark.com\/feed*", "*:\/\/*.poshmark.com\/closet*", "*:\/\/*.poshmark.com\/category*", "*:\/\/*.poshmark.com\/party*", "*:\/\/*.poshmark.com\/brand*", "*:\/\/*.poshmark.com\/user*", "*:\/\/*.poshmark.com\/likes*", "*:\/\/*.poshmark.com\/showroom*", "*:\/\/*.poshmark.com\/listing*", "*:\/\/*.poshmark.com\/search*", "*:\/\/*.poshmark.com\/find-people*", "*:\/\/*.poshmark.ca\/feed*", "*:\/\/*.poshmark.ca\/closet*", "*:\/\/*.poshmark.ca\/category*", "*:\/\/*.poshmark.ca\/party*", "*:\/\/*.poshmark.ca\/brand*", "*:\/\/*.poshmark.ca\/user*", "*:\/\/*.poshmark.ca\/likes*", "*:\/\/*.poshmark.ca\/showroom*", "*:\/\/*.poshmark.ca\/listing*", "*:\/\/*.poshmark.ca\/search*", "*:\/\/*.poshmark.ca\/find-people*" ], "js": [ "content.js" ], "css": [ "build\/index.css" ] } ], "manifest_version": 3 } |