Pangolin - Unit Price Comparison

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

Was ist Pangolin - Unit Price Comparison?

Pangolin - Unit Price Comparison ist eine Chrome-Erweiterung, die von Paren, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pangolin - Unit Price Comparison-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pangolin - Unit Price Comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Pangolin - Unit Price Comparison Pangolin - Unit Price Comparison
ID glmkjmfofcdpdelokofgnpkppgbdeokj
Offizielle URL https://chromewebstore.google.com/detail/pangolin-unit-price-compa/glmkjmfofcdpdelokofgnpkppgbdeokj
Beschreibung Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).
Dateigröße 179 KB
Installationsanzahl 99
Aktuelle Version 0.2.4
Letztes Update 2020-05-02
Veröffentlichungsdatum 2020-05-02
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler Paren, LLC
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}