Egerd
Egerd extension for better shopping experience
Egerd란 무엇입니까?
Egerd은(는) https://www.egerd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Egerd extension for better shopping experience"입니다.
확장 프로그램 스크린샷
Egerd 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |