CASHCOWPRO
CashCowPro Advanced Feature extension allows you to supercharge your CashCowPro account and Amazon Business.
CASHCOWPRO란 무엇입니까?
CASHCOWPRO은(는) AMZTracker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CashCowPro Advanced Feature extension allows you to supercharge your CashCowPro account and Amazon Business."입니다.
확장 프로그램 스크린샷
CASHCOWPRO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CashCowPro is a great tool to help you manage your sales and profitability on Amazon. Manage all aspects of your business including your profitability, feedback emails, PPC management, inventory management, and so on. Maximize your returns with CashCowPro!
확장 프로그램 기본 정보
이름 | |
ID | fkcfdaimhldhbgbgdnngcdhngbckppid |
공식 URL | https://chromewebstore.google.com/detail/cashcowpro/fkcfdaimhldhbgbgdnngcdhngbckppid |
설명 | CashCowPro Advanced Feature extension allows you to supercharge your CashCowPro account and Amazon Business. |
파일 크기 | 956 KB |
설치 횟수 | 163 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-01-03 |
출시 날짜 | 2021-03-17 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | AMZTracker |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cashcowpro.com/ |
개인정보 보호 정책 페이지 URL | https://help.unicornsmasherpro.com/article/242-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "name": "CASHCOWPRO", "author": "CASHCOWPRO", "background": { "service_worker": "background.js" }, "description": "CashCowPro Advanced Feature extension allows you to supercharge your CashCowPro account and Amazon Business.", "version": "1.1.1", "manifest_version": 3, "short_name": "Advanced Features", "action": { "default_icon": "\/assets\/img\/favicon.png", "default_popup": "\/assets\/html\/popup.html" }, "homepage_url": "https:\/\/www.cashcowpro.com", "icons": { "128": "\/assets\/img\/favicon.png", "16": "\/assets\/img\/favicon.png", "48": "\/assets\/img\/favicon.png" }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/app.cashcowpro.com\/", "https:\/\/*.amazon.com\/", "https:\/\/*.amazon.com.mx\/", "https:\/\/*.amazon.ca\/", "https:\/\/*.amazon.co.uk\/", "https:\/\/*.amazon.de\/", "https:\/\/*.amazon.fr\/", "https:\/\/*.amazon.es\/", "https:\/\/*.amazon.it\/", "https:\/\/*.amazon.jp\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |