Earnieland
Earnieland extension for chrome
Earnielandとは何ですか?
Earnielandはhttps://www.earnieland.comによって開発されたChromeの拡張機能で、その主な機能は「Earnieland extension for chrome」です。
拡張機能のスクリーンショット
Earnieland拡張機能のCRXファイルをダウンロード
Earnieland拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |