Pangolin - Unit Price Comparison

Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).

Pangolin - Unit Price Comparisonคืออะไร?

Pangolin - Unit Price Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paren, LLC และคุณลักษณะหลักของมันคือ "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count)."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pangolin - Unit Price Comparison

ดาวน์โหลดไฟล์ส่วนขยาย Pangolin - Unit Price Comparison ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Shop with confidence knowing that you always get the best deal!

We currently support Amazon, Target, and Walmart and are working hard on supporting more.

If you have any suggestions or encounter any problem, please email us at [email protected].                    

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

ชื่อ Pangolin - Unit Price Comparison Pangolin - Unit Price Comparison
ID glmkjmfofcdpdelokofgnpkppgbdeokj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pangolin-unit-price-compa/glmkjmfofcdpdelokofgnpkppgbdeokj
คำอธิบาย Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2020-05-02
วันที่เผยแพร่ 2020-05-02
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Paren, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).",
    "version": "0.2.4",
    "name": "Pangolin - Unit Price Comparison",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "style.css",
        "logo128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}