IDChipo - Order Extension

IDChipo Order Extension - Support order on TAOBAO, TMALL, 1688

IDChipo - Order Extension란 무엇입니까?

IDChipo - Order Extension은(는) https://idchipo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IDChipo Order Extension - Support order on TAOBAO, TMALL, 1688"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IDChipo - Order Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With IDChipo.com online ordering tool, you can easily buy goods from Taobao, 1688.com websites, Tmall.com and ship goods from China to Indonesia.

Function:

- Exchange rate: This tool will update the exchange rate in real time and based on that to convert the value of goods from currency to Indonesia currency. Help you easily track the value of the product in the fastest and most accurate way.

- Complete and accurate information: This tool will collect the data on the Taobao, Tmall and 1688 pages you are viewing, then based on the product attribute information (color, size .. ) which you choose, it will automatically update the product value. Help you always see the most complete and accurate information.                    

확장 프로그램 기본 정보

이름 IDChipo - Order Extension IDChipo - Order Extension
ID cjagdleplmnnnajjbajplgblkaaafgnj
공식 URL https://chromewebstore.google.com/detail/idchipo-order-extension/cjagdleplmnnnajjbajplgblkaaafgnj
설명 IDChipo Order Extension - Support order on TAOBAO, TMALL, 1688
파일 크기 175 KB
설치 횟수 4,915
현재 버전 3.2.0
최근 업데이트 2024-01-25
출시 날짜 2019-07-26
평점 3.83/5 총 6 개의 평점
개발자 https://idchipo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://idchipo.com
도움말 페이지 URL https://idchipo.com/#/faq
개인정보 보호 정책 페이지 URL https://idchipo.com/support/3185059091/9205468218
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "https:\/\/daixiao.1688.com\/*",
                "http:\/\/daixiao.1688.com\/*",
                "https:\/\/wg.1688.com\/*"
            ],
            "js": [
                "contentScript.js",
                "site.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.yao.95095.com\/*",
                "https:\/\/*.yao.95095.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "host_permissions": [
        "https:\/\/*.idchipo.com\/*",
        "https:\/\/*.idchipo.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*"
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.0",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}