Tracking fácil

Añade enlace a Correos/Chilexpress con el número de tracking directo para ver estado de envio de forma fácil y rápida

Tracking fácil란 무엇입니까?

Tracking fácil은(는) https://actitud.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Añade enlace a Correos/Chilexpress con el número de tracking directo para ver estado de envio de forma fácil y rápida"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tracking fácil 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Soporte (bugs/errores): por favor, crear un Issue en https://github.com/TCattd/chrome-correoscl-tracking/issues ¡gracias!

Haz tracking de tus pedidos en linea de forma fácil y rápida, en Correos de Chile y Chilexpress

Tracking Fácil añade un enlace para verificar el estado de un envío (en sitios compatibles *) a través del sistema de tracking de correos.cl

No más copiar-pegar un número de seguimiento para poder verificar el estado del envío ;)

(*) Sitios compatibles: eBay.com, Aliexpress.com                    

확장 프로그램 기본 정보

이름 Tracking fácil Tracking fácil
ID johekollalobelgdfklhkpebigbbelaf
공식 URL https://chromewebstore.google.com/detail/tracking-f%C3%A1cil/johekollalobelgdfklhkpebigbbelaf
설명 Añade enlace a Correos/Chilexpress con el número de tracking directo para ver estado de envio de forma fácil y rápida
파일 크기 62.15 KB
설치 횟수 23
현재 버전 1.1.3
최근 업데이트 2020-01-06
출시 날짜 2020-01-06
평점 5.00/5 총 3 개의 평점
개발자 https://actitud.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://itsaboutactitud.wordpress.com/2014/08/28/tracking-directo-con-correos-de-chile-en-ebay-y-aliexpress/
도움말 페이지 URL https://github.com/TCattd/chrome-correoscl-tracking
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tracking f\u00e1cil",
    "short_name": "CorreosTrack",
    "description": "A\u00f1ade enlace a Correos\/Chilexpress con el n\u00famero de tracking directo para ver estado de envio de forma f\u00e1cil y r\u00e1pida",
    "version": "1.1.3",
    "author": "Esteban Cuevas",
    "homepage_url": "http:\/\/actitud.xyz",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*eBayISAPI*",
                "*:\/\/*.ebay.com\/*PurchaseHistory*",
                "*:\/\/*.ebay.com\/*FetchOrderDetails*",
                "*:\/\/*.aliexpress.com\/*order_detail*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.slim.min.js",
                "scripts\/trackingfacil.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.aliexpress.com\/*"
    ]
}