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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://actitud.xyz และคุณลักษณะหลักของมันคือ "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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tracking fácil
ดาวน์โหลดไฟล์ส่วนขยาย Tracking fácil ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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\/*"
]
} | |