COUPLUS
Merging supplier data!
What is COUPLUS?
COUPLUS is a Chrome extension developed by jkumyu01, and its main feature is "Merging supplier data!".
Extension Screenshots
Download COUPLUS Extension CRX File
Download COUPLUS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
쿠팡/로켓/그로스 전용 솔루션 COUPLUS 사용자들을 위한 Chrome Extension 프로그램입니다. COUPLUS 확장 프로그램 기능 - 1688 상품 수집 기능 - SKU리스트/발주서/판매현황 수집 기능 - 신규ON/경쟁사 수집 기능 - 리뷰다운 / 제트수수료 계산기 기능 추가 - 로켓그로스 계산기 기능 업데이트 쿠플러스 이용안내 https://www.couplus.co.kr로 접속하셔서 회원가입 후 이용가능합니다. 기타 이용문의는 카카오톡채널을 통해 문의해 주세요 http://pf.kakao.com/_xhDjxeb ※참고 처음 사용하시는 분은 SKU리스트 수집이 완료된 후에 발주서와 판매현황을 수집하셔야 합니다. SKU정보가 없는 상태에서는 발주서와 판매현황 수집이 되지 않습니다.
Extension Basic Information
Name | COUPLUS |
ID | fdfjeigdbhekohnmjbggdcjomicdcjbp |
Official URL | https://chromewebstore.google.com/detail/couplus/fdfjeigdbhekohnmjbggdcjomicdcjbp |
Description | Merging supplier data! |
File Size | 673 KB |
Installation Count | 5,273 |
Current Version | 9.6 |
Last Updated | 2024-02-28 |
Publish Date | 2022-08-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jkumyu01 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.couplus.co.kr |
Help Page URL | http://pf.kakao.com/_xhDjxeb |
Privacy Policy Page URL | https://62f3576c36aef1024906a0c9--grand-yeot-c47d97.netlify.app |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "COUPLUS", "description": "Merging supplier data!", "version": "9.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "tabs", "cookies" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "match_origin_as_fallback": true, "js": [ "script.js", "\/js\/apexcharts.min.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "commands": { "secretOn": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Command+Shift+2" }, "description": "secret On" } } } |