Poshmark Bot | Closet Assistant
A Poshmark auto sharing bot/Crosslister tool for the poshmark seller.
Poshmark Bot | Closet Assistant란 무엇입니까?
Poshmark Bot | Closet Assistant은(는) https://closetassistantpm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Poshmark auto sharing bot/Crosslister tool for the poshmark seller."입니다.
확장 프로그램 스크린샷
Poshmark Bot | Closet Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Poshmark Bot | Closet Assistant |
ID | bkfgaanpfhcaccglgjbccfgmhmfcjlpj |
공식 URL | https://chromewebstore.google.com/detail/poshmark-bot-closet-assis/bkfgaanpfhcaccglgjbccfgmhmfcjlpj |
설명 | A Poshmark auto sharing bot/Crosslister tool for the poshmark seller. |
파일 크기 | 1.51 MB |
설치 횟수 | 3,874 |
현재 버전 | 2.5.4 |
최근 업데이트 | 2023-11-20 |
출시 날짜 | 2020-06-27 |
평점 | 4.36/5 총 39 개의 평점 |
개발자 | https://closetassistantpm.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.closetassistantpm.com |
도움말 페이지 URL | https://closetassistantpm.com/tutorials/ |
개인정보 보호 정책 페이지 URL | https://closetassistantpm.com/privacy-policy |
지원되는 언어 | 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" ] } |