paketverfolgung.info
Select the Tracking ID in your shipping confirmation and use the right-click menu to get to the desired tracking result.
paketverfolgung.info란 무엇입니까?
paketverfolgung.info은(는) https://paketverfolgung.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select the Tracking ID in your shipping confirmation and use the right-click menu to get to the desired tracking result."입니다.
확장 프로그램 스크린샷
paketverfolgung.info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tracking your package has never been so easy. Select the tracking ID of your (shipping confirmation) email or website, use the context menu with a right click to get to the desired tracking result. This Chrome Extention is in no way inferior to the main page and all other features offered. As usual, it supports major shipping carriers and EMS - an international express mail service offered by postal operators of the Universal Postal Union (UPU), connecting more than 180 countries and territories worldwide. Users who mainly order through the well-known shopping channels and/or from Asian providers will be pleased by the support of the various Asian logistics companies.
확장 프로그램 기본 정보
이름 | paketverfolgung.info |
ID | dclheidopooiecbibklogmhknfakkpha |
공식 URL | https://chromewebstore.google.com/detail/paketverfolgunginfo/dclheidopooiecbibklogmhknfakkpha |
설명 | Select the Tracking ID in your shipping confirmation and use the right-click menu to get to the desired tracking result. |
파일 크기 | 440 KB |
설치 횟수 | 62 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-10-05 |
출시 날짜 | 2020-06-10 |
개발자 | https://paketverfolgung.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://paketverfolgung.info |
지원되는 언어 | de,en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "paketverfolgung.info", "default_locale": "en", "description": "__MSG_extDescription__", "version": "0.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';", "permissions": [ "contextMenus" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "js\/sss.background.js" ], "persistent": true } } |