Octopus Extention

Octopus Extention

Was ist Octopus Extention?

Octopus Extention ist eine Chrome-Erweiterung, die von POLYMATH KR entwickelt wurde, und ihr Hauptmerkmal ist "Octopus Extention".

Erweiterungsscreenshots

screenshot

Octopus Extention-Erweiterungs-CRX-Datei herunterladen

Laden Sie Octopus Extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Octopus Extention


Octopus Extention는 쇼핑몰의 상품을 수집하여 다수의 쇼핑몰 상품을 체계적으로 관리할 수 있습니다.

현재 약 5개 이상의 쇼핑몰의 상품을 수집 할 수 있으며 대표적으로 Taobao, Tmall, 1688 등 여러 국가의 쇼핑몰을 지원합니다.

 ※ 해당 확장 프로그램은 솔루션을 사용 고객을 대상으로 개발되었습니다.

주요 기능:

 - 여러 쇼핑몰의 상품을 한곳에서 더욱 체계적으로 관리할 수 있도록 도와줍니다.
 -  Octopus Extention를 이용하면 보다 많은 쇼핑몰을 지원하게 되며 속도도 대폭 향상됩니다.
 - 각 상품의 가격을 원하는 환율로 계산하여 상품의 가격을 더욱더 쉽게 확인할 수 있습니다.
 - 상품의 제목, 옵션 등등 상품 텍스트를 원하는 언어로 번역하여 표시할 수 있습니다.
 - 수집한 상품을 주기적으로 모니터링하여 항상 최신 상품 데이터를 볼 수 있습니다.                    

Grundlegende Informationen zur Erweiterung

Name Octopus Extention Octopus Extention
ID joifomcdeeolfbniaoelficgjbpkclgj
Offizielle URL https://chromewebstore.google.com/detail/octopus-extention/joifomcdeeolfbniaoelficgjbpkclgj
Beschreibung Octopus Extention
Dateigröße 38.84 KB
Installationsanzahl 2,318
Aktuelle Version 2.6
Letztes Update 2024-01-18
Veröffentlichungsdatum 2022-12-21
Entwickler POLYMATH KR
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://main.polymathkr.com/
Hilfeseite URL https://main.polymathkr.com/
URL der Datenschutzrichtlinien-Seite https://main.polymathkr.com/pages/service2.html
Unterstützte Sprachen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octopus Extention",
    "description": "Octopus Extention",
    "version": "2.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "proxy",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.naver.com\/*",
        "https:\/\/*.esmplus.com\/*",
        "http:\/\/*.esmplus.com\/*",
        "https:\/\/*.wemakeprice.com\/*",
        "https:\/\/wpartner.wemakeprice.com\/*",
        "http:\/\/wpartner.wemakeprice.com\/*",
        "http:\/\/*.wemakeprice.com\/*",
        "https:\/\/*.smartstore.naver.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.vvic.com\/*",
        "https:\/\/*.naver.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.coupang.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js",
                "jquery.min.js"
            ]
        }
    ]
}