Egerd

Egerd extension for better shopping experience

Vad är Egerd?

Egerd är en Chrome-tillägg utvecklad av https://www.egerd.com, och dess huvudfunktion är "Egerd extension for better shopping experience".

Tilläggsskärmbilder

screenshot

Ladda ner Egerd-förlängningens CRX-fil

Ladda ner Egerd-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Egerd Egerd
ID hljmjgbejhgcdpjabemfbhdhophhndfd
Officiell webbadress https://chromewebstore.google.com/detail/egerd/hljmjgbejhgcdpjabemfbhdhophhndfd
Beskrivning Egerd extension for better shopping experience
Filstorlek 749 KB
Antal Installationer 2,793
Aktuell Version 1.5
Senast Uppdaterad 2023-01-16
Publiceringsdatum 2020-04-30
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://www.egerd.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://egerd.com
Hjälpsida URL https://egerd.com/support
URL till Sekretesspolicy Sidan https://egerd.com/rules
Stödda Språk 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
}