Youth for Christ - Shop & Share
Youth for Christ - Shop & Share
Youth for Christ - Shop & Share란 무엇입니까?
Youth for Christ - Shop & Share은(는) https://ody.social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youth for Christ - Shop & Share"입니다.
확장 프로그램 스크린샷
Youth for Christ - Shop & Share 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Steun Youth for Christ terwijl je een online aankoop doet met Shop & Share! Als jij iets koopt bij één van de aangesloten webshops (o.a. Bol.com en Booking.com), sponsort het bedrijf automatisch een percentage van het aankoopbedrag aan ons jongerenwerk. Eenmalig installeren Klik rechts op de pagina op ‘Toev. aan Chrome’ en vervolgens op ‘Extensie toevoegen’. De plug-in is nu geïnstalleerd. Ga naar www.bol.com en je ziet een venster van ‘Shop & Share’ verschijnen. Het doneren gaat helemaal automatisch en het kost je geen cent meer! Zo draagt jouw online aankoop bij aan het verspreiden van Gods liefde onder jongeren in Nederland.
확장 프로그램 기본 정보
이름 | Youth for Christ - Shop & Share |
ID | mhpoahdnapecejedfkmcphhlfknlgggf |
공식 URL | https://chromewebstore.google.com/detail/youth-for-christ-shop-sha/mhpoahdnapecejedfkmcphhlfknlgggf |
설명 | Youth for Christ - Shop & Share |
파일 크기 | 2.62 MB |
설치 횟수 | 91 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2019-05-18 |
출시 날짜 | 2019-05-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://ody.social |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.greenguard.me/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icons\/icon-16.png", "19": "images\/icons\/icon-19.png", "38": "images\/icons\/icon-38.png", "48": "images\/icons\/icon-38.png", "128": "images\/icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "omnibox": { "keyword": "OMNIBOX-KEYWORD" }, "browser_action": { "default_icon": { "19": "images\/icons\/icon-19.png", "38": "images\/icons\/icon-38.png" }, "default_title": "Youth For Christ", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icons\/icon-48.png" ] } |