ohoo-extension

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

Cos'è ohoo-extension?

ohoo-extension è un'estensione di Chrome sviluppata da ohoolabs, e la sua funzione principale è "오후스튜디오 - 이미지 번역 & 상품 이미지".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ohoo-extension

Scarica i file di estensione ohoo-extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

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

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

Informazioni di Base sull'Estensione

Nome ohoo-extension ohoo-extension
ID aobifiacplggdgnnklehblkhmkkmjpkc
URL Ufficiale https://chromewebstore.google.com/detail/ohoo-extension/aobifiacplggdgnnklehblkhmkkmjpkc
Descrizione 오후스튜디오 - 이미지 번역 & 상품 이미지
Dimensione del File 283 KB
Conteggio Installazioni 3,599
Versione Corrente 1.15.0
Ultimo Aggiornamento 2023-09-16
Data di Pubblicazione 2022-08-17
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore ohoolabs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://studio.ohoolabs.com/#
URL della Pagina di Aiuto https://studio.ohoolabs.com/#
URL della Pagina della Politica sulla Privacy https://studio.ohoolabs.com/policy/privateInfo
Lingue Supportate 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": []
        }
    ]
}