Earnieland
Earnieland extension for chrome
What is Earnieland?
Earnieland is a Chrome extension developed by https://www.earnieland.com, and its main feature is "Earnieland extension for chrome".
Extension Screenshots
Download Earnieland Extension CRX File
Download Earnieland extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Earnieland |
ID | caedpbgengeikbnmlfpiikkhngngoppo |
Official URL | https://chromewebstore.google.com/detail/earnieland/caedpbgengeikbnmlfpiikkhngngoppo |
Description | Earnieland extension for chrome |
File Size | 1.81 MB |
Installation Count | 2,771 |
Current Version | 2.0.6 |
Last Updated | 2021-11-18 |
Publish Date | 2019-04-16 |
Rating | 5.00/5 Total 13 Ratings |
Developer | https://www.earnieland.com |
[email protected] | |
Payment Type | free |
Extension Website | https://earnieland.com |
Help Page URL | https://community.earnieland.com/hc/nl |
Supported Languages | 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" ] } |