Egerd

Egerd extension for better shopping experience

Egerd là gì?

Egerd là một tiện ích mở rộng Chrome được phát triển bởi https://www.egerd.com, và tính năng chính của nó là "Egerd extension for better shopping experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Egerd

Tải xuống các tệp mở rộng Egerd dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Egerd Egerd
ID hljmjgbejhgcdpjabemfbhdhophhndfd
URL Chính Thức https://chromewebstore.google.com/detail/egerd/hljmjgbejhgcdpjabemfbhdhophhndfd
Mô tả Egerd extension for better shopping experience
Kích Thước Tệp 749 KB
Số Lần Cài Đặt 2,793
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.egerd.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://egerd.com
URL Trang Trợ Giúp https://egerd.com/support
URL Trang Chính Sách Bảo Mật https://egerd.com/rules
Ngôn Ngữ Được Hỗ Trợ 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
}