GeTNum v3 by ExtensionsWorld

A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers

GeTNum v3 by ExtensionsWorld란 무엇입니까?

GeTNum v3 by ExtensionsWorld은(는) https://extensionsworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers"입니다.

확장 프로그램 스크린샷

screenshot

GeTNum v3 by ExtensionsWorld 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers                    

확장 프로그램 기본 정보

이름 GeTNum v3 by ExtensionsWorld GeTNum v3 by ExtensionsWorld
ID oiekimnpgnlniggcjlopglijgmohcmne
공식 URL https://chromewebstore.google.com/detail/getnum-v3-by-extensionswo/oiekimnpgnlniggcjlopglijgmohcmne
설명 A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
파일 크기 19.02 KB
설치 횟수 1,188
현재 버전 3.3.4
최근 업데이트 2023-01-02
출시 날짜 2021-09-07
평점 4.55/5 총 29 개의 평점
개발자 https://extensionsworld.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://extensionsworld.com/UPS
도움말 페이지 URL https://extensionsworld.com/contact
개인정보 보호 정책 페이지 URL https://extensionsworld.com/legal
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeTNum v3 by ExtensionsWorld",
    "permissions": [
        "storage"
    ],
    "version": "3.3.4",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "ups128.png",
        "64": "ups64.png",
        "32": "ups32.png",
        "16": "ups16.png"
    },
    "action": {
        "default_icon": {
            "128": "ups128.png",
            "64": "ups64.png",
            "32": "ups32.png",
            "16": "ups16.png"
        },
        "default_title": "GeTNum v3",
        "default_popup": "html\/index.html"
    }
}