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은(는) http://www.americaii.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate the date you'll receive your components based on the lead time."입니다.
확장 프로그램 스크린샷
America II Lead Time Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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:\/\/*\/*" ] } |