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是由Paren, LLC開發的Chrome擴展程式,該擴展的主要功能是“Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).”。

擴展截圖

screenshot
screenshot
screenshot

下載Pangolin - Unit Price Comparison擴展crx文件

下載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
官方網址 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'"
}