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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}