Poshmark Bot | Closet Assistant
A Poshmark auto sharing bot/Crosslister tool for the poshmark seller.
O que é Poshmark Bot | Closet Assistant?
Poshmark Bot | Closet Assistant é uma extensão do Chrome desenvolvida por https://closetassistantpm.com, e sua principal característica é "A Poshmark auto sharing bot/Crosslister tool for the poshmark seller.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Poshmark Bot | Closet Assistant
Baixe arquivos de extensão Poshmark Bot | Closet Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Closet Assistant offers the most features at the most affordable cost on the market. We offer a series of automated tools for the Poshmark seller. The Closet Assistant is BUILT BY POSHMARK SELLERS. The auto sharer will share your closet as well as other Poshmark user’s closets with a single click. With our Poshmark bot, you will no longer need to spend countless hours a day sharing your closet. Spend more time where it counts in your Poshmark business! Unlike other services Closet Assistant is ran by Poshmark Sellers with years of knowledge on the platform. Sharing More! Sells More! All of our features were built to function in a manner you would manually preform except Closet Assistant will now take the workload off your shoulders and allow you to spend more time doing what you love! Available in The United States, Canada, and Australia. 🆕 & 🆓 Cross Listing : Poshmark eBay Facebook Market Place Depop Kidizen Features -Share Your Closet -Share Other Users Closet -Share to Parties -Share Feed Pages, Brand Pages, and Categories Pages. -Send Offers Automatically -Closet Organizer -Auto Follow Users -Edit Share Listings -Relist/Delete Listings -Sales Map -Bulk Price Reducer/Increaser -Auto Pilot (Task Scheduler) - Sales Manager -Closet Revenue Estimator -Auto Comment -Captcha Alert & Solving -Return shares and follows from your News Feed! And More! You can now use Closet Assistant remotely from your desktop on your tablet or mobile device. Unlike hiring a Poshmark virtual assistant, Closet Assistant runs from your google chrome browser. You will never need to provide us with your Poshmark account login credentials. Save hundreds by firing your virtual assistant who is using our bot to share your closet! Closet Assistant offers a FREE 7- Day Trial, Once you use the Closet Assistant you’ll understand why we are the fastest growing tool for the Poshmark seller. Gain a competitive edge with Closet Assistant! Visit our website at : www.closetassistantpm.com Visit our blog: www.closetassistantpm.com/blog/ Learn to use: https://www.youtube.com/playlist?list=PLcVO-NcIgaihFY1Zh_Lo5q7eOvRapUw_Y POSHMARK is a registered trademark of Poshmark, Inc. Closet Assistant is not affiliated with, endorsed by, sponsored by or otherwise related to Poshmark, Inc. or any of its affiliates or subsidiaries.
Informações Básicas da Extensão
Nome | Poshmark Bot | Closet Assistant |
ID | bkfgaanpfhcaccglgjbccfgmhmfcjlpj |
URL Oficial | https://chromewebstore.google.com/detail/poshmark-bot-closet-assis/bkfgaanpfhcaccglgjbccfgmhmfcjlpj |
Descrição | A Poshmark auto sharing bot/Crosslister tool for the poshmark seller. |
Tamanho do Arquivo | 1.51 MB |
Contagem de Instalações | 3,874 |
Versão Atual | 2.5.4 |
Última Atualização | 2023-11-20 |
Data de Publicação | 2020-06-27 |
Classificação | 4.36/5 Total de 39 Avaliações |
Desenvolvedor | https://closetassistantpm.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.closetassistantpm.com |
URL da Página de Ajuda | https://closetassistantpm.com/tutorials/ |
URL da Página de Política de Privacidade | https://closetassistantpm.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "author": "Moazam Raza", "background": { "persistent": true, "page": "background.html" }, "options_page": "maps.html", "browser_action": { "default_icon": "icon-48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/poshmark.com\/*", "https:\/\/poshmark.ca\/*", "https:\/\/poshmark.com.au\/*", "http:\/\/poshmark.com\/*", "http:\/\/poshmark.ca\/*", "http:\/\/poshmark.com.au\/*" ], "js": [ "Scripts\/lib\/jquery-3.1.1.min.js", "Scripts\/lib\/moment.js", "Scripts\/content\/sharedFunctions.min.js", "Scripts\/content\/subscribe.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/lib\/jquery-ui.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/closetSharing.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/bulkPriceReducer.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/makeOffer.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/organizeCloset.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/closetRevenue.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/captchaResolver.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/feed*", "https:\/\/poshmark.com\/category\/*", "https:\/\/poshmark.com\/party\/*", "https:\/\/poshmark.com\/brand\/*", "https:\/\/poshmark.com\/search?query=*&type=listings*", "https:\/\/poshmark.com\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&type=listings*", "https:\/\/poshmark.ca\/brand\/*", "https:\/\/poshmark.ca\/category\/*", "https:\/\/poshmark.ca\/party\/*", "https:\/\/poshmark.ca\/feed*", "https:\/\/poshmark.com.au\/search?query=*&ac=true*", "https:\/\/poshmark.com.au\/search?query=*&type=listings*", "https:\/\/poshmark.com.au\/brand\/*", "https:\/\/poshmark.com.au\/category\/*", "https:\/\/poshmark.com.au\/party\/*", "https:\/\/poshmark.com.au\/feed*" ], "js": [ "Scripts\/content\/feedSharing.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/editClosetSharing.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/search?query=*&type=people*", "https:\/\/poshmark.ca\/search?query=*&type=people*", "https:\/\/poshmark.com.au\/search?query=*&type=people*" ], "js": [ "Scripts\/content\/searchFollow.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/user\/*\/following", "https:\/\/poshmark.com\/user\/*\/followers", "https:\/\/poshmark.ca\/user\/*\/following", "https:\/\/poshmark.ca\/user\/*\/followers", "https:\/\/poshmark.com.au\/user\/*\/following", "https:\/\/poshmark.com.au\/user\/*\/followers" ], "js": [ "Scripts\/content\/followersFollow.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/feed*", "https:\/\/poshmark.com\/category\/*", "https:\/\/poshmark.com\/party\/*", "https:\/\/poshmark.com\/brand\/*", "https:\/\/poshmark.com\/search?query=*&type=listings*", "https:\/\/poshmark.com\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&type=listings*", "https:\/\/poshmark.ca\/feed*", "https:\/\/poshmark.ca\/brand\/*", "https:\/\/poshmark.ca\/category\/*", "https:\/\/poshmark.ca\/party\/*", "https:\/\/poshmark.com.au\/search?query=*&ac=true*", "https:\/\/poshmark.com.au\/search?query=*&type=listings*", "https:\/\/poshmark.com.au\/feed*", "https:\/\/poshmark.com.au\/brand\/*", "https:\/\/poshmark.com.au\/category\/*", "https:\/\/poshmark.com.au\/party\/*" ], "js": [ "Scripts\/content\/feedFollow.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/feed*", "https:\/\/poshmark.com\/category\/*", "https:\/\/poshmark.com\/party\/*", "https:\/\/poshmark.com\/brand\/*", "https:\/\/poshmark.com\/search?query=*&type=listings*", "https:\/\/poshmark.com\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&ac=true*", "https:\/\/poshmark.ca\/search?query=*&type=listings*", "https:\/\/poshmark.ca\/brand\/*", "https:\/\/poshmark.ca\/category\/*", "https:\/\/poshmark.ca\/party\/*", "https:\/\/poshmark.ca\/feed*", "https:\/\/poshmark.com.au\/search?query=*&ac=true*", "https:\/\/poshmark.com.au\/search?query=*&type=listings*", "https:\/\/poshmark.com.au\/brand\/*", "https:\/\/poshmark.com.au\/category\/*", "https:\/\/poshmark.com.au\/party\/*", "https:\/\/poshmark.com.au\/feed*" ], "js": [ "Scripts\/content\/feedLike.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/closetLike.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/autoPilot.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/saleManager.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/closetComment.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/listing\/*", "https:\/\/poshmark.ca\/listing\/*", "https:\/\/poshmark.com.au\/listing\/*" ], "js": [ "Scripts\/content\/closetCommentWriter.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/news*", "https:\/\/poshmark.ca\/news*", "https:\/\/poshmark.com.au\/news*" ], "js": [ "Scripts\/content\/activityReturner.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/activityReturnerWorker.min.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/poshmark.com\/closet\/*", "https:\/\/poshmark.ca\/closet\/*", "https:\/\/poshmark.com.au\/closet\/*" ], "js": [ "Scripts\/content\/relister.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/poshmark.com\/*", "*:\/\/www.depop.com\/*", "*:\/\/www.kidizen.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.ebay.com\/*", "*:\/\/www.grailed.com\/*" ], "css": [ "Css\/content\/crosslister_common.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/poshmark.com\/*", "*:\/\/www.depop.com\/*", "*:\/\/www.kidizen.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.ebay.com\/*", "*:\/\/www.grailed.com\/*" ], "js": [ "Scripts\/content\/crosslister_common.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.ebay.com\/*" ], "js": [ "Scripts\/content\/ebay_action.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.ebay.com\/lstng?draftId=*" ], "js": [ "Scripts\/content\/ebay_import.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/poshmark.com\/closet\/*" ], "js": [ "Scripts\/content\/poshmark_action.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/poshmark.com\/create-listing*" ], "js": [ "Scripts\/content\/poshmark_import.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.depop.com\/products\/create*" ], "js": [ "Scripts\/content\/depop_import.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.depop.com\/*" ], "js": [ "Scripts\/content\/depop_action.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.kidizen.com\/users\/*" ], "js": [ "Scripts\/content\/kidizen_action.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.kidizen.com\/items\/new" ], "js": [ "Scripts\/content\/kidizen_import.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "Scripts\/content\/facebook_action.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.facebook.com\/marketplace\/create\/item" ], "js": [ "Scripts\/content\/facebook_import.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "Scripts\/content\/facebook_request_capture_injector.min.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.grailed.com\/sell\/new" ], "js": [ "Scripts\/content\/grailed_import.min.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/us-central1-closet-assistant-5f05a.cloudfunctions.net\/* https:\/\/js.stripe.com\/v3\/ https:\/\/www.gstatic.com\/firebasejs\/7.11.0\/firebase-app.js https:\/\/www.gstatic.com\/firebasejs\/7.11.0\/firebase-auth.js https:\/\/www.gstatic.com\/firebasejs\/7.11.0\/firebase-firestore.js; object-src 'self'", "description": "A Poshmark auto sharing bot\/Crosslister tool for the poshmark seller.", "icons": { "16": "icon-48.png", "48": "icon-48.png", "128": "icon-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAigD0uGxEkUIusdMo\/ew1DYPbSIC2Wl8M2C6oTAj7uncSAiEAaPXDC5mxOza3+mE3paMFreoT6d9RRXnD3qynHRiehk+FVYkPGeN5sFOzVHma7keyzTZ+dsxHGw0YX4Ph12JAdQPL1mAXByNYUPKuTqAaJT68w6Stu6+P1DKBLK04DJ0yC5Q7PP096t04uSBNIu+Lm0B1diFo8sYfOUVh627yiio\/o3mxgX9moBsv+6qAZAGe64RxiojVsI\/CYfOqMhth5aMYnf73o3dow2piEJD4lbyIqasiHS2KSxpdPVdepC9xr2pAyvLOjT5V+Cc3wKY4WF7E5g9nufgCeY1oHQIDAQAB", "manifest_version": 2, "name": "Poshmark Bot | Closet Assistant", "permissions": [ "storage", "unlimitedStorage", "notifications", "https:\/\/us-central1-closet-assistant-5f05a.cloudfunctions.net\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/*.poshmark.ca\/*", "*:\/\/*.poshmark.com.au\/*", "*:\/\/*.cloudfront.net\/*", "*:\/\/www.depop.com\/*", "*:\/\/www.kidizen.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/*.fbcdn.net\/*", "*:\/\/www.ebay.com\/*", "*:\/\/itizen-production.s3.amazonaws.com\/*", "*:\/\/vi.vipr.ebaydesc.com\/*", "*:\/\/www.grailed.com\/*" ], "oauth2": { "client_id": "328987321024-tr3lbtpq47nm4dqq6c6fulih6of79c47.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.4", "web_accessible_resources": [ "bell.mp3", "Css\/app\/overlay.html", "Css\/app\/paymentCard.html", "Css\/app\/organizerModal.html", "images\/sicon.png", "images\/crosslister-icon.png", "Scripts\/content\/facebook_request_capture.min.js" ] } |