EasyFundraiser
Raise free funds for a good cause each time you shop online
EasyFundraiser란 무엇입니까?
EasyFundraiser은(는) https://www.shopnate.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raise free funds for a good cause each time you shop online"입니다.
확장 프로그램 스크린샷
EasyFundraiser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you do any online shopping? Do you like supporting a good cause? Easy Fundraiser means you can raise a donation to your chosen cause while shopping online without costing you a single cent extra! Here's how it works - Whenever you visit a partner retailer Easy Fundraiser appears at the top of your screen. Click the button ‘Click here' to activate a free donation if you shop. Easy Fundraiser turns green so that you know that any purchase you make means the retailer will donate to your chosen cause. THIS IS AT NO COST TO YOU
확장 프로그램 기본 정보
이름 | |
ID | ddnnlfoonlgjjflmlbfopafcdfjigggo |
공식 URL | https://chromewebstore.google.com/detail/easyfundraiser/ddnnlfoonlgjjflmlbfopafcdfjigggo |
설명 | Raise free funds for a good cause each time you shop online |
파일 크기 | 755 KB |
설치 횟수 | 590 |
현재 버전 | 3.0.9 |
최근 업데이트 | 2021-11-02 |
출시 날짜 | 2019-04-17 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | https://www.shopnate.com.au |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.shopnate.com.au/ |
도움말 페이지 URL | https://www.shopnate.com.au/support |
개인정보 보호 정책 페이지 URL | https://www.shopnate.com.au/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "resources\/js\/jquery-2.1.4.min.js", "background.js" ] }, "browser_action": { "default_icon": "resources\/images\/icons\/shopnate_icon.png", "default_popup": "popup.html", "default_title": "EasyFundraiser" }, "content_scripts": [ { "all_frames": false, "css": [ "resources\/css\/extension.css", "resources\/css\/custom.css", "resources\/css\/font-awesome.min.css" ], "js": [ "resources\/js\/jquery-2.1.4.min.js", "resources\/js\/materialize.min.js", "easyfundraiser_cs.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Raise free funds for a good cause each time you shop online", "icons": { "16": "resources\/images\/shopnate_16.png", "48": "resources\/images\/shopnate_48.png", "128": "resources\/images\/shopnate_128.png" }, "manifest_version": 2, "name": "EasyFundraiser", "permissions": [ "tabs", "activeTab", "storage", "https:\/\/www.shopnate.com.au\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.9", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "web_accessible_resources": [ "resources\/images\/*.png", "resources\/css\/extension.css", "resources\/css\/custom.css", "resources\/js\/materialize.min.js", "resources\/js\/jquery-2.1.4.min.js", "resources\/css\/fonts\/*" ] } |