Amazon.com Product Metric Conversion

Puts metric measurements on Amazon.com product listings.

Amazon.com Product Metric Conversion là gì?

Amazon.com Product Metric Conversion là một tiện ích mở rộng Chrome được phát triển bởi Keith Mander, và tính năng chính của nó là "Puts metric measurements on Amazon.com product listings.".

Ả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 Amazon.com Product Metric Conversion

Tải xuống các tệp mở rộng Amazon.com Product Metric Conversion 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

                        Superimposes metric dimension/weight measurements onto Amazon product listing pages.

Particularly handy for FBA sellers who need to wrap their head around metric measurements for logistical/costing purposes.

FREE, for now.

Bug reports, feedback, and suggestions are all very much welcomed.                    

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

Tên Amazon.com Product Metric Conversion Amazon.com Product Metric Conversion
ID gocplanjlloalkcmhojpmibcndgjgign
URL Chính Thức https://chromewebstore.google.com/detail/amazoncom-product-metric/gocplanjlloalkcmhojpmibcndgjgign
Mô tả Puts metric measurements on Amazon.com product listings.
Kích Thước Tệp 46.24 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2016-01-03
Ngày Phát Hành 2016-01-03
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Keith Mander
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon.com Product Metric Conversion",
    "version": "0.8",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "js": [
                "tampermonkey-dims.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Puts metric measurements on Amazon.com product listings."
}