America II Lead Time Calculator

Calculate the date you'll receive your components based on the lead time.

America II Lead Time Calculator là gì?

America II Lead Time Calculator là một tiện ích mở rộng Chrome được phát triển bởi http://www.americaii.com, và tính năng chính của nó là "Calculate the date you'll receive your components based on the lead time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng America II Lead Time Calculator

Tải xuống các tệp mở rộng America II Lead Time Calculator 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

                        Lead time calculators are an essential tool for buyers. Many use printed date wheels or physical calculators to determine the delivery date of their components. With America II's Lead Time Calculator, the functionality is built right into your browser. Simply enter your order date, along with the lead time in either weeks or days. The calculator will immediately display your expected delivery date.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên America II Lead Time Calculator America II Lead Time Calculator
ID ihandlmihalbnbdimedpgoncigagfaai
URL Chính Thức https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai
Mô tả Calculate the date you'll receive your components based on the lead time.
Kích Thước Tệp 20.03 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-03
Ngày Phát Hành 2015-11-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.americaii.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "America II Lead Time Calculator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Calculate the date you'll receive your components based on the lead time.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}