EasyFundraiser
Raise free funds for a good cause each time you shop online
EasyFundraiser là gì?
EasyFundraiser là một tiện ích mở rộng Chrome được phát triển bởi https://www.shopnate.com.au, và tính năng chính của nó là "Raise free funds for a good cause each time you shop online".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EasyFundraiser
Tải xuống các tệp mở rộng EasyFundraiser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddnnlfoonlgjjflmlbfopafcdfjigggo |
URL Chính Thức | https://chromewebstore.google.com/detail/easyfundraiser/ddnnlfoonlgjjflmlbfopafcdfjigggo |
Mô tả | Raise free funds for a good cause each time you shop online |
Kích Thước Tệp | 755 KB |
Số Lần Cài Đặt | 590 |
Phiên Bản Hiện Tại | 3.0.9 |
Cập Nhật Lần Cuối | 2021-11-02 |
Ngày Phát Hành | 2019-04-17 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.shopnate.com.au |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.shopnate.com.au/ |
URL Trang Trợ Giúp | https://www.shopnate.com.au/support |
URL Trang Chính Sách Bảo Mật | https://www.shopnate.com.au/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |