Marginalen Handlasmart
Marginalen Handlasmart
Co to jest Marginalen Handlasmart?
Marginalen Handlasmart to rozszerzenie Chrome opracowane przez https://handlasmart.marginalen.se, a jego główną funkcją jest „Marginalen Handlasmart”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Marginalen Handlasmart
Pobierz pliki rozszerzeń Marginalen Handlasmart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jplmmhmkaicpcloblniligglgiaokdjg |
Oficjalny URL | https://chromewebstore.google.com/detail/marginalen-handlasmart/jplmmhmkaicpcloblniligglgiaokdjg |
Opis | Marginalen Handlasmart |
Rozmiar pliku | 188 KB |
Liczba instalacji | 114 |
Aktualna Wersja | 3.4.1 |
Ostatnia Aktualizacja | 2020-12-29 |
Data Publikacji | 2020-04-16 |
Deweloper | https://handlasmart.marginalen.se |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY |
Obsługiwane Języki | 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" } } |