AfterShip: track packages of FedEx, UPS & DHL

The easiest way to track all your shipments and notify your customers delivery updates

AfterShip: track packages of FedEx, UPS & DHLคืออะไร?

AfterShip: track packages of FedEx, UPS & DHL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.aftership.com และคุณลักษณะหลักของมันคือ "The easiest way to track all your shipments and notify your customers delivery updates"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AfterShip: track packages of FedEx, UPS & DHL

ดาวน์โหลดไฟล์ส่วนขยาย AfterShip: track packages of FedEx, UPS & DHL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AfterShip is the easiest way to track all your shipments in one single dashboard. And now you can add tracking numbers right from your browser with our new Chrome extension. We support +350 couriers, including FedEx, UPS, USPS. AfterShip is a free service for online retailers. Sign up here: https://secure.aftership.com/signup

AfterShip Chrome Extension Features:

+++ Highlight any tracking number from any web page to import it to AfterShip. You are on Amazon, right-click the tracking number and select: "Add to AfterShip". You will see the status of your shipment.

+++ Import tracking numbers from order page of supported stores: Etsy, Volusion, XCart. Just click on the AfterShip icon on the top right bar to add a tracking number. 

+++ Add a tracking icon next to the tracking number that appears on your webpage. This is automatic. The icon will link to the tracking page showing the tracking info on AfterShip

AfterShip Overview:

AfterShip helps online retailers and buyers track shipments and notify customers about delivery updates. We support USPS, UPS, FedEx and +350 couriers all over the world. 

AfterShip makes life easier for online merchants. It saves them significant time when checking the shipping status of their orders. 

We improve customer service and generate more business while reducing customer enquiries after sales. It's free to try for anyone managing an online store and handling many shipments. Sign up for free here: https://secure.aftership.com/signup

Have questions?

You can find us here:
Twitter: @aftership
Facebook: http://facebook.com/aftership
Email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AfterShip: track packages of FedEx, UPS & DHL AfterShip: track packages of FedEx, UPS & DHL
ID abkepgjebgiieabjeocpcimggpdjbaca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aftership-track-packages/abkepgjebgiieabjeocpcimggpdjbaca
คำอธิบาย The easiest way to track all your shipments and notify your customers delivery updates
ขนาดไฟล์ 621 KB
จำนวนการติดตั้ง 9,030
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2020-03-02
วันที่เผยแพร่ 2020-03-01
คะแนน 2.82/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา https://www.aftership.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aftership.com
URL หน้าช่วยเหลือ https://help.aftership.com
URL หน้านโยบายความเป็นส่วนตัว https://www.aftership.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AfterShip: track packages of FedEx, UPS & DHL",
    "short_name": "AfterShip",
    "version": "1.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "description": "The easiest way to track all your shipments and notify your customers delivery updates",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon38.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/common.css",
                "css\/notification.css"
            ],
            "js": [
                "js\/common.js",
                "js\/page_inject.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff",
        "img\/track_button.svg",
        "*.html"
    ]
}