ohoo-extension

오후스튜디오 - 이미지 번역 & 상품 이미지

What is ohoo-extension?

ohoo-extension is a Chrome extension developed by ohoolabs, and its main feature is "오후스튜디오 - 이미지 번역 & 상품 이미지".

Extension Screenshots

screenshot
screenshot
screenshot

Download ohoo-extension Extension CRX File

Download ohoo-extension 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

                        해외직구 셀러를 위한 이미지 번역 서비스 ‘오후스튜디오’ 의
상품 이미지 수집 및 편의기능을 위한 확장프로그램 입니다.

쇼핑 사이트에서 상품 이미지를 원클릭으로 바로 수집해보세요.
오후스튜디오에서 즉시 번역 및 편집이 가능합니다!

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

• 확장프로그램 핵심 기능 •
✔ 타오**, 티*, 알리*, 16**, 쿠*, 네이* 스마트스토어, 라쿠* 상품 이미지 지원
✔ 폴더 및 파일 자동 네이밍
✔ 카테고리 자동 추천

• 오후스튜디오 핵심 기능 •
✔ 이미지 번역과 편집이 동시 가능한 에디터 서비스
✔ 손글씨, 세로텍스트 등 특수한 글자도 번역 가능
✔ 클릭 한번으로 복잡한 배경 복원
✔ 자체개발 쇼핑 분야 특화 번역 엔진

ℹ️ 오후스튜디오 바로가기 : https://studio.ohoolabs.com/
ℹ️ 사용가이드 보러가기 : https://ohoolabs.notion.site/53e4a3de2fb2464bbbbb0777f862341e                    

Extension Basic Information

Name ohoo-extension ohoo-extension
ID aobifiacplggdgnnklehblkhmkkmjpkc
Official URL https://chromewebstore.google.com/detail/ohoo-extension/aobifiacplggdgnnklehblkhmkkmjpkc
Description 오후스튜디오 - 이미지 번역 & 상품 이미지
File Size 283 KB
Installation Count 3,599
Current Version 1.15.0
Last Updated 2023-09-16
Publish Date 2022-08-17
Rating 4.86/5 Total 7 Ratings
Developer ohoolabs
Email [email protected]
Payment Type free
Extension Website https://studio.ohoolabs.com/#
Help Page URL https://studio.ohoolabs.com/#
Privacy Policy Page URL https://studio.ohoolabs.com/policy/privateInfo
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ohoo-extension",
    "version": "1.15.0",
    "description": "\uc624\ud6c4\uc2a4\ud29c\ub514\uc624 - \uc774\ubbf8\uc9c0 \ubc88\uc5ed & \uc0c1\ud488 \uc774\ubbf8\uc9c0",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "ohoo_favicon_48.png"
    },
    "icons": {
        "128": "ohoo_favicon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Test",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/studio.ohoolabs.com\/",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "downloads",
        "cookies"
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "..\/dist\/src\/pages\/content\/index.js",
                "..\/dist\/src\/pages\/content\/index.js",
                "..\/dist\/src\/pages\/popup\/index.html",
                "contentStyle.css",
                "ohoo_favicon_128.png",
                "ohoo_favicon_48.png"
            ],
            "matches": []
        }
    ]
}