Avira Safe Shopping

Find better prices and deals from trusted shops and websites.

Avira Safe Shoppingคืออะไร?

Avira Safe Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.avira.com และคุณลักษณะหลักของมันคือ "Find better prices and deals from trusted shops and websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avira Safe Shopping

ดาวน์โหลดไฟล์ส่วนขยาย Avira Safe Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Avira Safe Shopping helps you to find better prices, great deals and coupons for the products you're looking for.

After installing Avira Safe Shopping just search for your favourite products as you normally would and the browser extension will automatically find offers, similar products and available coupons from trusted shops and websites, so you can save time and money.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Avira Safe Shopping Avira Safe Shopping
ID ccbpbkebodcjkknkfkpmfeciinhidaeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avira-safe-shopping/ccbpbkebodcjkknkfkpmfeciinhidaeh
คำอธิบาย Find better prices and deals from trusted shops and websites.
ขนาดไฟล์ 992 KB
จำนวนการติดตั้ง 5,181,241
เวอร์ชันปัจจุบัน 4.2.7.2517
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2020-04-24
คะแนน 3.26/5 รวมทั้งหมด 177 คะแนน
ผู้พัฒนา https://www.avira.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://privacy.avira.com
ภาษาที่รองรับ de,en,en-US,fr,nl,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Avira Operations GmbH & Co. KG",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "4.2.7.2517",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content\/common.js",
                "js\/content\/content.js"
            ],
            "css": [
                "css\/content\/content.css",
                "css\/content\/search.css"
            ]
        },
        {
            "js": [
                "js\/content\/jquery.js",
                "js\/content\/landingPage.js"
            ],
            "matches": [
                "http:\/\/*.avira.com\/*",
                "https:\/\/*.avira.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/avira_icon16.png",
        "48": "img\/avira_icon48.png",
        "128": "img\/avira_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "img\/avira_icon16.png",
            "19": "img\/avira_icon19.png",
            "24": "img\/avira_icon24.png",
            "32": "img\/avira_icon32.png",
            "38": "img\/avira_icon38.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "html\/top.html",
        "html\/card.html",
        "html\/external.html",
        "html\/loading.html",
        "html\/blocked.html",
        "html\/blockedIFrame.html",
        "html\/trackerNotification.html",
        "html\/ExtPermNotification.html",
        "img\/serp_info_safe.svg",
        "img\/serp_info_unsafe.svg",
        "img\/serp_info_warning.svg",
        "img\/logo-avira-antivirus.png"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:4000 https:\/\/www.avira.com https:\/\/*.offers.avira.com; object-src 'self'"
}