ohoo-extension

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

什麼是ohoo-extension?

ohoo-extension是由ohoolabs開發的Chrome擴展程式,該擴展的主要功能是“오후스튜디오 - 이미지 번역 & 상품 이미지”。

擴展截圖

screenshot
screenshot
screenshot

下載ohoo-extension擴展crx文件

下載ohoo-extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

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

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

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

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

擴展基本資訊

名稱 ohoo-extension ohoo-extension
ID aobifiacplggdgnnklehblkhmkkmjpkc
官方網址 https://chromewebstore.google.com/detail/ohoo-extension/aobifiacplggdgnnklehblkhmkkmjpkc
簡介 오후스튜디오 - 이미지 번역 & 상품 이미지
檔案大小 283 KB
安裝次數 3,599
目前版本 1.15.0
更新時間 2023-09-16
上架時間 2022-08-17
評分 4.86/5 共 7 次評分
開發者 ohoolabs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://studio.ohoolabs.com/#
說明頁面URL https://studio.ohoolabs.com/#
隱私政策頁面URL https://studio.ohoolabs.com/policy/privateInfo
支援的語言 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": []
        }
    ]
}