Pangolin - Unit Price Comparison

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

Hvad er Pangolin - Unit Price Comparison?

Pangolin - Unit Price Comparison er en Chrome-udvidelse udviklet af Paren, LLC, og dens hovedfunktion er "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pangolin - Unit Price Comparison-udvidelses-CRX-fil

Download Pangolin - Unit Price Comparison-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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].                    

Grundlæggende oplysninger om udvidelsen

Navn Pangolin - Unit Price Comparison Pangolin - Unit Price Comparison
ID glmkjmfofcdpdelokofgnpkppgbdeokj
Officiel URL https://chromewebstore.google.com/detail/pangolin-unit-price-compa/glmkjmfofcdpdelokofgnpkppgbdeokj
Beskrivelse Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).
Filstørrelse 179 KB
Antal Installationer 99
Nuværende Version 0.2.4
Senest Opdateret 2020-05-02
Udgivelsesdato 2020-05-02
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Paren, LLC
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}