America II Lead Time Calculator

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

ما هو America II Lead Time Calculator؟

America II Lead Time Calculator هو إضافة Chrome تم تطويرها بواسطة http://www.americaii.com، والميزة الرئيسية لها هي "Calculate the date you'll receive your components based on the lead time.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة America II Lead Time Calculator

قم بتنزيل ملفات الامتداد America II Lead Time Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم America II Lead Time Calculator America II Lead Time Calculator
ID ihandlmihalbnbdimedpgoncigagfaai
عنوان URL الرسمي https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai
الوصف Calculate the date you'll receive your components based on the lead time.
حجم الملف 20.03 KB
عدد التثبيتات 36
النسخة الحالية 1.0
آخر تحديث 2015-11-03
تاريخ النشر 2015-11-03
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.americaii.com
نوع الدفع free
اللغات المدعومة 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:\/\/*\/*"
    ]
}