Egerd

Egerd extension for better shopping experience

什么是Egerd?

Egerd是由https://www.egerd.com开发的Chrome扩展程序,该扩展的主要功能是“Egerd extension for better shopping experience”。

扩展截图

screenshot

下载Egerd扩展crx文件

下载Egerd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Egerd extension for better shopping experience from amazon.com, amazon.de, amazon.ae and amazon.co.uk
As the Amazon shipping rate is high in some Arabian countries we introduce an extension in order to solve the shipping issue. By using this extension you can find the competitive price compared to Amazon based on your location.                    

扩展基本信息

名称 Egerd Egerd
ID hljmjgbejhgcdpjabemfbhdhophhndfd
官方URL https://chromewebstore.google.com/detail/egerd/hljmjgbejhgcdpjabemfbhdhophhndfd
简介 Egerd extension for better shopping experience
文件大小 749 KB
安装次数 2,793
当前版本 1.5
更新时间 2023-01-16
上架时间 2020-04-30
评分 5.00/5 共7次评分
开发者 https://www.egerd.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://egerd.com
帮助页面URL https://egerd.com/support
隐私政策页面URL https://egerd.com/rules
支持的语言 ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Egerd",
    "version": "1.5",
    "description": "Egerd extension for better shopping experience",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.de\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.de\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "egerd"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.egerd.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/IRANSansWeb(FaNum)_Black.ttf",
        "fonts\/IRANSansWeb(FaNum)_Bold.ttf",
        "fonts\/IRANSansWeb(FaNum)_Medium.ttf",
        "fonts\/IRANSansWeb(FaNum)_Light.ttf",
        "fonts\/IRANSansWeb(FaNum)_UltraLight.ttf",
        "fonts\/IRANSansWeb(FaNum).ttf",
        "images\/logo.png",
        "images\/cart.svg",
        "images\/logout.svg",
        "images\/delete.svg",
        "images\/eye.svg",
        "images\/add.svg",
        "images\/remove.svg"
    ],
    "icons": {
        "16": "images\/egerd.png",
        "32": "images\/egerd.png",
        "48": "images\/egerd.png",
        "128": "images\/egerd.png"
    },
    "manifest_version": 2
}