Egerd
Egerd extension for better shopping experience
Egerd क्या है?
Egerd https://www.egerd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Egerd extension for better shopping experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Egerd एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |