오후스프링
해외구매대행 셀러를 위한 AI 상품소싱/등록 솔루션
What is 오후스프링?
오후스프링 is a Chrome extension developed by ohoolabs, and its main feature is "해외구매대행 셀러를 위한 AI 상품소싱/등록 솔루션".
Extension Screenshots
Download 오후스프링 Extension CRX File
Download 오후스프링 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
출시 후 2년 동안 2,500만장의 이미지를 번역/편집 제공한, 상품이미지번역 오후스튜디오 운영/개발사 ‘오후랩스’의 새로운 서비스입니다. 상품 상세 분석 서비스 ‘오후스카우터’ 기능이 기본 탑재되어 있습니다. 판매가능성이 높은 상품을 쉽게 소싱하는 것부터 상세페이지 번역/편집, 주요 쇼핑몰 일괄등록, 주문 및 CS처리까지 ‘오후스프링’ 으로 한 번에 해결해보세요. 이제 구매대행은 ‘오후스프링’ 하나면 충분합니다. ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ • 확장프로그램 핵심 기능 • ✔ 타오**, 티*, 16*, 알리***** 상품 수집 지원 • 오후스프링 핵심 기능 • ✔ 상품 상세 분석 서비스 ‘오후스카우터’ ✔ 클릭 한 번에 모든 이미지 일괄 번역 ✔ 카테고리 자동 추천 ✔ 구매대행 상품에 최적화된 키워드+태그 ✔ 모든 비용이 포함된 원가 자동 계산 ✔ 해외배송비 자동 계산 ✔ URL 수집 및 EXCEL 일괄수집 제공 ℹ️ 오후스프링 바로가기 : https://spring.ohoolabs.com ℹ️ 오후스프링 가이드 : https://ohoolabs.notion.site/7e5be9b7fbf048e8a60e410ed90a68b7?pvs=4 ℹ️ 오후브런치 블로그 : https://blog.naver.com/ohoo-brunch
Extension Basic Information
Name | 오후스프링 |
ID | hckcljgcfmhcgpopnhknefbalijhmonj |
Official URL | https://chromewebstore.google.com/detail/%EC%98%A4%ED%9B%84%EC%8A%A4%ED%94%84%EB%A7%81/hckcljgcfmhcgpopnhknefbalijhmonj |
Description | 해외구매대행 셀러를 위한 AI 상품소싱/등록 솔루션 |
File Size | 691 KB |
Installation Count | 474 |
Current Version | 0.6.6 |
Last Updated | 2024-02-21 |
Publish Date | 2023-10-26 |
Rating | 4.86/5 Total 7 Ratings |
Developer | ohoolabs |
[email protected] | |
Payment Type | free |
Extension Website | https://spring.ohoolabs.com/ |
Help Page URL | https://spring.ohoolabs.com/ |
Privacy Policy Page URL | https://account.ohoolabs.com/policy/privacy |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\uc624\ud6c4\uc2a4\ud504\ub9c1", "version": "0.6.6", "description": "\ud574\uc678\uad6c\ub9e4\ub300\ud589 \uc140\ub7ec\ub97c \uc704\ud55c AI \uc0c1\ud488\uc18c\uc2f1\/\ub4f1\ub85d \uc194\ub8e8\uc158", "permissions": [ "storage", "cookies", "background", "tabs", "declarativeNetRequest", "contextMenus" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "host_permissions": [ "*:\/\/*.ohoolabs.com\/*", "http:\/\/localhost\/*", "https:\/\/search.shopping.naver.com\/*", "https:\/\/search.naver.com\/*", "https:\/\/msearch.shopping.naver.com\/*", "https:\/\/*.taobao.com\/", "https:\/\/*.tmall.com\/", "https:\/\/*.naver.com\/", "https:\/\/datalab.naver.com\/*", "https:\/\/*.pstatic.net\/*", "https:\/\/*.naver.net\/*" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.naver.com\/*", "*:\/\/item.taobao.com\/item.htm*", "*:\/\/www.taobao.com\/list\/item\/*", "*:\/\/*.tmall.com\/item.htm*", "*:\/\/*.tmall.com\/item_o.htm*", "*:\/\/*.tmall.hk\/hk\/item.htm*", "*:\/\/*.tmall.com\/item_o.htm*", "*:\/\/detail.1688.com\/offer\/*", "*:\/\/*.aliexpress.com\/item\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle17084902262.chunk.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png", "src\/pages\/content\/index.js", "src\/pages\/main\/index.js", "src\/pages\/scrapper\/index.js", "contentStyle.css", "ohoo_favicon_128.png", "ohoo_favicon_48.png" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/olaf-dev.ohoolabs.com\/*", "https:\/\/spring.ohoolabs.com\/*" ] } } |