Handla Smart
Shop Smart with Sponsorhuset
Handla Smart란 무엇입니까?
Handla Smart은(는) https://www.sponsorhuset.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop Smart with Sponsorhuset"입니다.
확장 프로그램 스크린샷
Handla Smart 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Earn money when you shop online! By using the plug-in "Handla Smart" on your computer, both you and your club earn money when you shop online. You dont have to go through Sponsorhuset.se, while the plug-in keeps track of all the shops that are connected to Sponsorhuset. As soon as you visit an online shop, just click YES when the plug-in is being shown and both you and your choosen club, team och organization will earn money from your purchase.
확장 프로그램 기본 정보
이름 | Handla Smart |
ID | cgdogkoldofookodmiipcakaejpgocgc |
공식 URL | https://chromewebstore.google.com/detail/handla-smart/cgdogkoldofookodmiipcakaejpgocgc |
설명 | Shop Smart with Sponsorhuset |
파일 크기 | 397 KB |
설치 횟수 | 9,207 |
현재 버전 | 3.2 |
최근 업데이트 | 2022-12-07 |
출시 날짜 | 2020-04-24 |
평점 | 3.78/5 총 9 개의 평점 |
개발자 | https://www.sponsorhuset.se |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.sponsorhuset.se/handla-smart/information.php |
개인정보 보호 정책 페이지 URL | https://www.sponsorhuset.se/start/om-sponsorhuset/privacy-policy-chrome-extensions |
지원되는 언어 | en,sv |
manifest.json | |
{ "author": "Sponsorhuset", "background": { "scripts": [ "js\/config\/config.js", "js\/lib\/jquery.min.js", "js\/custom\/common\/api.js", "js\/custom\/common\/utilities.js", "js\/custom\/common\/eventpage.js" ] }, "browser_action": { "default_icon": "img\/handlasmart.png", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "js\/config\/config.js", "js\/lib\/jquery.min.js", "js\/custom\/common\/api.js", "js\/custom\/common\/utilities.js", "js\/custom\/common\/hs.js", "js\/custom\/common\/search_engine.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "js\/custom\/common\/set_hs.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "externally_connectable": { "matches": [ "*:\/\/*.sponsorhuset.se\/*" ] }, "icons": { "128": "img\/sp_128x128.png", "48": "img\/sp_48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |