Causevest
The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the…
Τι είναι το Causevest;
Το Causevest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Causevest, και η κύρια λειτουργία του είναι "The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Causevest
Λήψη αρχείων επέκτασης Causevest σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the same time. The causevest extension acts as a gateway connecting you to the causevest network. It has non intrusive small (removable) adverts on your screen that allow you to generate XCV as you surf the web, a private messaging system for the Causevest community and the ability to vote for good causes that you find online and want the network to support. With this extension, you can passively generate income that you can then use to support a cause you care about, check out what other causes are being voted upon and keep up with the Causevest community. We believe in the privacy of our users, we only track what you actively send us. Your votes and messages are secure.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Causevest |
ID | igehbeljkmenapfkfggdldhodknekipl |
Επίσημο URL | https://chromewebstore.google.com/detail/causevest/igehbeljkmenapfkfggdldhodknekipl |
Περιγραφή | The Causevest Network is a suit of fintech for good products designed to help you generate wealth and support good causes at the… |
Μέγεθος Αρχείου | 1.17 MB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.82 |
Τελευταία Ενημέρωση | 2024-02-08 |
Ημερομηνία Δημοσίευσης | 2020-08-04 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Causevest |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://xcvesting.io/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.termsfeed.com/live/c7c15a03-91e0-45cc-8683-ccc06ba637e7 |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "Key": "AIzaSyAbi5Cpno5RZr17J2uq_FVvns9rmVFuVIg", "name": "Causevest", "description": "", "version": "1.82", "manifest_version": 3, "background": { "service_worker": "\/scripts\/layers\/background\/mainBackgroundScript.js", "type": "module" }, "browser_specific_settings": { "gecko": { "id": "2c1f9838776b7396d17699f3060cc2a146b4925c@temporary-addon" } }, "oauth2": { "client_id": "51533759264-ilk0ur8uoivcv3dgbo01fd0ap5js2c44.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "action": { "default_icon": { "16": "\/icons\/mainIco16.png", "24": "\/icons\/mainIco24.png", "32": "\/icons\/mainIco32.png", "48": "\/icons\/mainIco48.png", "128": "\/icons\/mainIco128.png" }, "default_popup": "..\/pages\/mainPopup.html" }, "icons": { "16": "\/icons\/mainIco16.png", "24": "\/icons\/mainIco24.png", "32": "\/icons\/mainIco32.png", "48": "\/icons\/mainIco48.png", "128": "\/icons\/mainIco128.png" }, "options_page": "..\/pages\/main.html", "permissions": [ "tabs", "storage", "activeTab", "scripting", "cookies", "identity" ], "host_permissions": [ "https:\/\/www.google.com\/*", "https:\/\/www.facebook.com\/", "https:\/\/graph.facebook.com\/", "http:\/\/localhost\/*", "https:\/\/ext.causevest.io\/api\/", "https:\/\/www.facebook.com\/dialog\/oauth", "https:\/\/graph.facebook.com\/oauth\/access_token", "https:\/\/www.facebook.com\/", "https:\/\/t2.gstatic.com\/faviconV2", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "https:\/\/*.googleusercontent.com\/", "https:\/\/*.chromiumapp.org\/*", "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth", "*:\/\/*.google.com\/*", "*:\/\/domain\/*", " |