Santander Cashback Norge
Santander Cashback Norge
Santander Cashback Norge란 무엇입니까?
Santander Cashback Norge은(는) Market2Member에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Santander Cashback Norge"입니다.
확장 프로그램 스크린샷
Santander Cashback Norge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Santander Cashback er et fordelsprogram for deg som har et Santander Consumer Bank kredittkort i Norge. Du får opptil 25 % cashback i mer enn 100 nettbutikker. Last ned rabatt varsleren, så får du en påminnelse dersom du er inne på en hjemmeside til en butikk vi samarbeider med.
확장 프로그램 기본 정보
이름 | Santander Cashback Norge |
ID | cpbbanlcndjahgkjcngfggopldonfpgp |
공식 URL | https://chromewebstore.google.com/detail/santander-cashback-norge/cpbbanlcndjahgkjcngfggopldonfpgp |
설명 | Santander Cashback Norge |
파일 크기 | 209 KB |
설치 횟수 | 2,607 |
현재 버전 | 3.2 |
최근 업데이트 | 2021-11-23 |
출시 날짜 | 2021-11-23 |
평점 | 1.83/5 총 6 개의 평점 |
개발자 | Market2Member |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://santandercashback.awardit.com/ |
도움말 페이지 URL | https://santandercashback.awardit.com/support/form.jxp |
개인정보 보호 정책 페이지 URL | https://aterbaring.santanderconsumer.se/templatePages.jxp?mnemonicsType=POLICY |
지원되는 언어 | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Santander Cashback Norge", "version": "3.2", "manifest_version": 2, "description": "Santander Cashback Norge", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "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": "Santander Cashback Norge" } } |