My Reseller Genie Web Extension
Connect to third party marketplaces
My Reseller Genie Web Extension란 무엇입니까?
My Reseller Genie Web Extension은(는) https://www.myresellergenie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect to third party marketplaces"입니다.
확장 프로그램 스크린샷
My Reseller Genie Web Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
My Reseller Genie is the accounting and analytics solution for resellers. Add unlimited platforms to track all your inventory and sales in one location, manage business expenses in real time, analyze your sales trends, and so much more. All your numbers in one place. Be ready for tax time. Grow your business. This extension allows My Reseller Genie to access and communicate with your marketplaces to enhance your bookkeeping automation. If you don't already subscribe to My Reseller Genie, check us out at www.myresellergenie.com.
확장 프로그램 기본 정보
이름 | My Reseller Genie Web Extension |
ID | dmlldabapacmdgndabfmihemkgegcmfc |
공식 URL | https://chromewebstore.google.com/detail/my-reseller-genie-web-ext/dmlldabapacmdgndabfmihemkgegcmfc |
설명 | Connect to third party marketplaces |
파일 크기 | 25.8 KB |
설치 횟수 | 741 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-11-11 |
출시 날짜 | 2023-11-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.myresellergenie.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.myresellergenie.com/ |
도움말 페이지 URL | https://www.myresellergenie.com/contact |
개인정보 보호 정책 페이지 URL | https://www.myresellergenie.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Reseller Genie Web Extension", "description": "Connect to third party marketplaces", "manifest_version": 3, "permissions": [ "cookies" ], "version": "1.0.1", "host_permissions": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "16": "icons\/mrg-16.png", "32": "icons\/mrg-32.png", "48": "icons\/mrg-48.png", "128": "icons\/mrg-128.png" }, "background": { "service_worker": "dist\/service_worker.js" }, "content_scripts": [ { "js": [ "dist\/content_script.js" ], "matches": [ "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ] } ] } |