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 là gì?
Tracking fácil là một tiện ích mở rộng Chrome được phát triển bởi https://actitud.xyz, và tính năng chính của nó là "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".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tracking fácil
Tải xuống các tệp mở rộng Tracking fácil dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tracking fácil |
ID | johekollalobelgdfklhkpebigbbelaf |
URL Chính Thức | https://chromewebstore.google.com/detail/tracking-f%C3%A1cil/johekollalobelgdfklhkpebigbbelaf |
Mô tả | 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 |
Kích Thước Tệp | 62.15 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2020-01-06 |
Ngày Phát Hành | 2020-01-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://actitud.xyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://itsaboutactitud.wordpress.com/2014/08/28/tracking-directo-con-correos-de-chile-en-ebay-y-aliexpress/ |
URL Trang Trợ Giúp | https://github.com/TCattd/chrome-correoscl-tracking |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |