ohoo-extension

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

Qu'est-ce que ohoo-extension ?

ohoo-extension est une extension Chrome développée par ohoolabs, et sa fonction principale est "오후스튜디오 - 이미지 번역 & 상품 이미지".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ohoo-extension

Téléchargez les fichiers d'extension ohoo-extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

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

Informations de Base sur l'Extension

Nom ohoo-extension ohoo-extension
ID aobifiacplggdgnnklehblkhmkkmjpkc
URL Officiel https://chromewebstore.google.com/detail/ohoo-extension/aobifiacplggdgnnklehblkhmkkmjpkc
Description 오후스튜디오 - 이미지 번역 & 상품 이미지
Taille du Fichier 283 KB
Nombre d'Installations 3,599
Version Actuelle 1.15.0
Dernière Mise à Jour 2023-09-16
Date de Publication 2022-08-17
Évaluation 4.86/5 Total 7 Évaluations
Développeur ohoolabs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://studio.ohoolabs.com/#
URL de la Page d'Aide https://studio.ohoolabs.com/#
URL de la Page de Politique de Confidentialité https://studio.ohoolabs.com/policy/privateInfo
Langues Prises en Charge 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": []
        }
    ]
}