Earnieland
Earnieland extension for chrome
Earnieland란 무엇입니까?
Earnieland은(는) https://www.earnieland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earnieland extension for chrome"입니다.
확장 프로그램 스크린샷
Earnieland 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Online shoppen én geld terugkrijgen? Dat is Earnieland! Ready for some happy online shopping? Welcome to Earnieland! Earnieland blijft grenzen verleggen. Al meer dan 45.000 happy online shoppers (and counting) maken vandaag gebruik van ons e-commerceplatform om kortingen te scoren bij meer dan 1200 webshops. En met onze Extensie gaat dat makkelijker dan ooit! De Earnieland Extensie werkt supersimpel. Je navigeert in je browser naar je favoriete webshop. De extensie toont je automatisch een melding als het deze shop herkent en met 1 klik activeer je Earnieland! Zo steek je dagelijks mooie kortingen in je pocket. Koop je via Earnieland bv. bij bol.com, Booking.com, MediaMarkt,... dan verdien je immers geld terug op je aankoop volgens het cashback-principe. De korting wordt maandelijks op je rekening gestort. Easy-peasy!
확장 프로그램 기본 정보
이름 | Earnieland |
ID | caedpbgengeikbnmlfpiikkhngngoppo |
공식 URL | https://chromewebstore.google.com/detail/earnieland/caedpbgengeikbnmlfpiikkhngngoppo |
설명 | Earnieland extension for chrome |
파일 크기 | 1.81 MB |
설치 횟수 | 2,771 |
현재 버전 | 2.0.6 |
최근 업데이트 | 2021-11-18 |
출시 날짜 | 2019-04-16 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://www.earnieland.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://earnieland.com |
도움말 페이지 URL | https://community.earnieland.com/hc/nl |
지원되는 언어 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Earnieland", "version": "2.0.6", "manifest_version": 2, "description": "Earnieland extension for chrome", "homepage_url": "https:\/\/www.earnieland.com", "background": { "scripts": [ "libraries\/jquery-3.3.1.min.js", "background\/background.js" ], "persistent": true }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "64": "images\/icon64.png" }, "default_title": "Earnieland", "default_popup": "popup\/popup.html" }, "permissions": [ "https:\/\/www.google.be\/_\/chrome\/*", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "images\/logo.png", "images\/powerup-dark.png", "images\/header-white.png", "images\/icon128.png", "images\/cog.png", "images\/back.png", "images\/logo.png", "images\/cross.svg", "images\/USP-icon-discount.png", "images\/3Steps-icon-2.png", "\/fonts\/BebasNeueRounded-Regular.otf", "\/fonts\/Regular.woff" ] } |