Amazon.com Product Metric Conversion

Puts metric measurements on Amazon.com product listings.

Amazon.com Product Metric Conversionคืออะไร?

Amazon.com Product Metric Conversion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keith Mander และคุณลักษณะหลักของมันคือ "Puts metric measurements on Amazon.com product listings."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon.com Product Metric Conversion

ดาวน์โหลดไฟล์ส่วนขยาย Amazon.com Product Metric Conversion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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.                    

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

ชื่อ Amazon.com Product Metric Conversion Amazon.com Product Metric Conversion
ID gocplanjlloalkcmhojpmibcndgjgign
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazoncom-product-metric/gocplanjlloalkcmhojpmibcndgjgign
คำอธิบาย Puts metric measurements on Amazon.com product listings.
ขนาดไฟล์ 46.24 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2016-01-03
วันที่เผยแพร่ 2016-01-03
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Keith Mander
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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."
}