ResellSavvy - Crosslisting tool for sellers
Crosslisting and inventory management tool for online sellers.
ResellSavvy - Crosslisting tool for sellers란 무엇입니까?
ResellSavvy - Crosslisting tool for sellers은(는) http://resellsavvy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crosslisting and inventory management tool for online sellers."입니다.
확장 프로그램 스크린샷
ResellSavvy - Crosslisting tool for sellers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ResellSavvy helps you crosslist your items to every marketplace with one-click, and manages your inventory all in one dashboard. Marketplaces currently supported: Poshmark, Ebay, Mercari, Kidizen, Depop, Grailed, Etsy. Try for free. Cancel Anytime. Amazing Support. NOTE: Our extension has a trial period of 7 days, and you will only be charged once your trial period is over. You can cancel anytime before your subscription ends to avoid getting charged.
확장 프로그램 기본 정보
이름 | |
ID | lpdefoggfpgefnkggpkjgpicbpbahgml |
공식 URL | https://chrome.google.com/webstore/detail/resellsavvy-crosslisting/lpdefoggfpgefnkggpkjgpicbpbahgml |
설명 | Crosslisting and inventory management tool for online sellers. |
파일 크기 | 15.47 MB |
설치 횟수 | 80 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-07-26 |
출시 날짜 | 2021-07-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://resellsavvy.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.resellsavvy.com |
개인정보 보호 정책 페이지 URL | https://www.resellsavvy.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ResellSavvy - Crosslisting tool for sellers", "version": "1.0.3", "description": "Crosslisting and inventory management tool for online sellers.", "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "permissions": [ "activeTab", "management", "scripting" ], "host_permissions": [ "*:\/\/*.ebay.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/*.kidizen.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/*.grailed.com\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/www.picupload.ebay.com\/*", "*:\/\/app.resellsavvy.com\/*" ], "background": { "service_worker": "background-wrapper.js" }, "content_scripts": [ { "matches": [ "https:\/\/bulkedit.ebay.com\/*" ], "js": [ "chrome\/third-party\/jquery-3.6.0.min.js", "chrome\/marketplaces\/new-item\/ebay-bulkedit-iframe.js" ], "all_frames": true }, { "matches": [ "*:\/\/www.picupload.ebay.com\/*" ], "js": [ "chrome\/third-party\/jquery-3.6.0.min.js", "chrome\/marketplaces\/new-item\/ebay-picupload-iframe.js" ], "all_frames": true }, { "js": [ "chrome\/third-party\/jquery-3.6.0.min.js", "chrome\/third-party\/bootstrap.min.js", "chrome\/third-party\/sweetalert.min.js", "chrome\/classes\/swal-alert.js", "chrome\/classes\/dom-event.js", "chrome\/classes\/helpers.js", "chrome\/classes\/image-renderer.js" ], "css": [ "chrome\/third-party\/bootstrap.min.css", "chrome\/third-party\/sweetalert.min.css" ], "matches": [ "*:\/\/*.etsy.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/*.kidizen.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/*.grailed.com\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/www.picupload.ebay.com\/*", "*:\/\/app.resellsavvy.com\/*" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_popup": "\/index.html#\/popup" }, "web_accessible_resources": [ { "resources": [ "*.html*" ], "matches": [ "*:\/\/*.ebay.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/*.kidizen.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/*.grailed.com\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/www.picupload.ebay.com\/*", "*:\/\/app.resellsavvy.com\/*" ], "extension_ids": [] } ], "manifest_version": 3 } |