eDealinfo Coupons
Get eDealinfo Deals & Coupons.
eDealinfo Coupons란 무엇입니까?
eDealinfo Coupons은(는) https://www.edealinfo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get eDealinfo Deals & Coupons."입니다.
확장 프로그램 스크린샷
eDealinfo Coupons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our extension will show you all the available coupons for a specific merchant that you are shopping. It will automatically test & apply the best coupon code at checkout. After installing this extension, be sure to pin it to your browser. If you have any concerns please view our Privacy Policy at https://www.edealinfo.com/privacy-policy.php Affiliate Link Disclosure: If you buy through our links, we may get a commission.
확장 프로그램 기본 정보
이름 | eDealinfo Coupons |
ID | fpdaeelofinalobaekalbieemmnbindg |
공식 URL | https://chromewebstore.google.com/detail/edealinfo-coupons/fpdaeelofinalobaekalbieemmnbindg |
설명 | Get eDealinfo Deals & Coupons. |
파일 크기 | 122 KB |
설치 횟수 | 1,251 |
현재 버전 | 2.0.14 |
최근 업데이트 | 2023-05-21 |
출시 날짜 | 2021-09-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.edealinfo.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.edealinfo.com |
개인정보 보호 정책 페이지 URL | https://www.edealinfo.com/privacy-policy.php |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eDealinfo Coupons", "version": "2.0.14", "manifest_version": 3, "short_name": "eDealinfo Coupons", "description": "Get eDealinfo Deals & Coupons.", "action": { "default_icon": "img\/edealinfo_icon_inactive.png", "default_popup": "popup.html", "default_title": "eDealinfo Coupons" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/app\/content.js" ] } ], "host_permissions": [ "https:\/\/www.edealinfo.com\/" ], "icons": { "128": "img\/edealinfo_icon.png" }, "minimum_chrome_version": "88", "permissions": [ "tabs" ] } |