Big Dashboard for Merch by Amazon
A big sales dashboard for Merch by Amazon / Merch on Demand.
Big Dashboard for Merch by Amazon란 무엇입니까?
Big Dashboard for Merch by Amazon은(는) Merch Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A big sales dashboard for Merch by Amazon / Merch on Demand."입니다.
확장 프로그램 스크린샷
Big Dashboard for Merch by Amazon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View all your Merch by Amazon/Merch on Demand sales on one big dashboard and get updates in real-time. All marketplaces supported (US, UK, DE, FR, ES, IT, JP) All data is stored and processed locally on your machine only. Your data never leaves your machine. Free to use!
확장 프로그램 기본 정보
이름 | Big Dashboard for Merch by Amazon |
ID | pbcamglepnjpfnodfdophkdgblfgjdmb |
공식 URL | https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb |
설명 | A big sales dashboard for Merch by Amazon / Merch on Demand. |
파일 크기 | 2.56 MB |
설치 횟수 | 210 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2024-03-07 |
출시 날짜 | 2023-07-18 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | Merch Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://merchflow.app/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "service_worker.js", "type": "module" }, "name": "Big Dashboard for Merch by Amazon", "version": "1.2.5", "manifest_version": 3, "description": "A big sales dashboard for Merch by Amazon \/ Merch on Demand.", "permissions": [ "storage", "unlimitedStorage", "alarms", "tabs", "notifications", "offscreen" ], "web_accessible_resources": [ { "resources": [ "app\/*" ], "matches": [ "https:\/\/merch.amazon.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/merch.amazon.com\/*" ], "run_at": "document_idle", "css": [ "app\/navLink.css" ], "js": [ "app\/plugins\/jquery.js", "app\/navLink.js" ] }, { "matches": [ "https:\/\/merch.amazon.com\/resource\/bigdash\/*" ], "run_at": "document_idle", "js": [ "app\/inset.js" ], "css": [ "app\/inset.css" ] } ], "host_permissions": [ "*:\/\/*.gumroad.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.frankfurter.app\/*" ], "icons": { "256": "assets\/icon256.png" }, "action": { "default_icon": "assets\/icon256.png" } } |