Marginalen Handlasmart
Marginalen Handlasmart
What is Marginalen Handlasmart?
Marginalen Handlasmart is a Chrome extension developed by https://handlasmart.marginalen.se, and its main feature is "Marginalen Handlasmart".
Extension Screenshots
Download Marginalen Handlasmart Extension CRX File
Download Marginalen Handlasmart 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
Få återbäring på dina online-köp med Handla Smart Widget. Widgeten ger dig information om butiker som ger återbäring när du gör sökningar på Google eller besöker butikens webbsida. Enklare kan det inte bli.
Extension Basic Information
Name | |
ID | jplmmhmkaicpcloblniligglgiaokdjg |
Official URL | https://chromewebstore.google.com/detail/marginalen-handlasmart/jplmmhmkaicpcloblniligglgiaokdjg |
Description | Marginalen Handlasmart |
File Size | 188 KB |
Installation Count | 114 |
Current Version | 3.4.1 |
Last Updated | 2020-12-29 |
Publish Date | 2020-04-16 |
Developer | https://handlasmart.marginalen.se |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY |
Supported Languages | sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marginalen Handlasmart", "version": "3.4.1", "manifest_version": 2, "description": "Marginalen Handlasmart", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTabs", "storage", "webNavigation", "https:\/\/*.com\/*", "https:\/\/*.se\/*", "https:\/\/*.no\/*", "https:\/\/*.dk\/*", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/*.com\/*", "https:\/\/*.se\/*", "https:\/\/*.no\/*", "https:\/\/*.dk\/*" ], "js": [ "main.js" ], "all_frames": false } ], "web_accessible_resources": [ "images\/*.png", "*.css" ], "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png", "100": "images\/icon100.png", "128": "images\/icon128.png", "256": "images\/icon128.png" }, "default_title": "Marginalen Handlasmart" } } |