Pangolin - Unit Price Comparison

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

Wat is Pangolin - Unit Price Comparison?

Pangolin - Unit Price Comparison is een Chrome-extensie ontwikkeld door Paren, LLC, en de belangrijkste functie is "Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pangolin - Unit Price Comparison

Download Pangolin - Unit Price Comparison-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pangolin - Unit Price Comparison Pangolin - Unit Price Comparison
ID glmkjmfofcdpdelokofgnpkppgbdeokj
Officiële URL https://chromewebstore.google.com/detail/pangolin-unit-price-compa/glmkjmfofcdpdelokofgnpkppgbdeokj
Beschrijving Pangolin automatically calculates and sorts products by unit price (weight, volume, or count).
Bestandsgrootte 179 KB
Aantal Installaties 99
Huidige Versie 0.2.4
Laatst Bijgewerkt 2020-05-02
Publicatiedatum 2020-05-02
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Paren, LLC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}