FoundersCard Chrome Extension
Easily discover, access, and redeem your member benefits while surfing the web.
Τι είναι το FoundersCard Chrome Extension;
Το FoundersCard Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://founderscard.com, και η κύρια λειτουργία του είναι "Easily discover, access, and redeem your member benefits while surfing the web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FoundersCard Chrome Extension
Λήψη αρχείων επέκτασης FoundersCard Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension offers FoundersCard members an easy way to discover, access, and redeem their member benefits while surfing the web. When a member visits the website of a FoundersCard partner, a pop-up will appear to notify the member that he/she has a FoundersCard benefit. The member will then be able to easily navigate to the FoundersCard benefit redemption page to activate their exclusive benefit. Additionally, this extension identifies FoundersCard partners in Google search results so members can navigate to the relevant FoundersCard benefit page to redeem their benefit directly from Google search results.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FoundersCard Chrome Extension |
ID | kamiaabbnpncbobdiblhfogafnoefkae |
Επίσημο URL | https://chromewebstore.google.com/detail/founderscard-chrome-exten/kamiaabbnpncbobdiblhfogafnoefkae |
Περιγραφή | Easily discover, access, and redeem your member benefits while surfing the web. |
Μέγεθος Αρχείου | 102 KB |
Αριθμός Εγκαταστάσεων | 26,394 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2022-03-14 |
Ημερομηνία Δημοσίευσης | 2020-04-30 |
Αξιολόγηση | 4.22/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://founderscard.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Easily discover, access, and redeem your member benefits while surfing the web.", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9HXXZoN4d26p0Vo5aBGeXlImMVkZF3\/uwEYwDzEEZYB7F1UXKvcidNYTfqO\/cynJ+ytFpImTnRm+cQPMaMmKR2t1VKSJlgBrVyhCdGQq\/MEZQ6N\/lYm5A+JHDM5Fs8T3BvfxOso8pzJ6uTiIZBzCVT2e5FBtBfG+xjOsXDAMGlQIDAQAB", "manifest_version": 2, "name": "FoundersCard Chrome Extension", "permissions": [ "https:\/\/founderscard.com\/extension\/benefits" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.3", "web_accessible_resources": [ "*" ] } |