Brandfetch
Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡
Τι είναι το Brandfetch;
Το Brandfetch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brandfetch.com, και η κύρια λειτουργία του είναι "Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Brandfetch
Λήψη αρχείων επέκτασης Brandfetch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extract any company's brand assets from their website. ✨
How does it work?
1. Access the latest logos, icons, colors, fonts and more.
2. Claim your brand and sync your assets to Brandfetch for easy-access.
What is Brandfetch?
Brandfetch is the global brand platform, hosting the world’s brands. Search from the largest and most up-to-date brand asset repository and add your brand to keep it consistent across the internet.
For any questions or feedback, contact [email protected] Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ecbhicmbbeeckcmhgoaiemddbfcgphhj |
| Επίσημο URL | https://chromewebstore.google.com/detail/brandfetch/ecbhicmbbeeckcmhgoaiemddbfcgphhj |
| Περιγραφή | Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡ |
| Μέγεθος Αρχείου | 335 KB |
| Αριθμός Εγκαταστάσεων | 9,553 |
| Τρέχουσα Έκδοση | 4.0.3 |
| Τελευταία Ενημέρωση | 2023-09-01 |
| Ημερομηνία Δημοσίευσης | 2020-04-21 |
| Αξιολόγηση | 4.67/5 Συνολικά 12 Αξιολογήσεις |
| Προγραμματιστής | https://brandfetch.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://brandfetch.com/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://brandfetch.com/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://brandfetch.com/privacy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Brandfetch",
"version": "4.0.3",
"description": "Brandfetch gives you instant access to millions of logos, colors, fonts and more. \u26a1",
"homepage_url": "https:\/\/brandfetch.com\/plugins\/google-chrome",
"icons": {
"16": ".\/imgs\/icon_16.png",
"32": ".\/imgs\/icon_32.png",
"48": ".\/imgs\/icon_48.png",
"128": ".\/imgs\/icon_128.png"
},
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": ".\/app.html",
"default_icon": {
"16": ".\/imgs\/icon_16.png",
"32": ".\/imgs\/icon_32.png",
"48": ".\/imgs\/icon_48.png",
"128": ".\/imgs\/icon_128.png"
}
},
"background": {
"service_worker": ".\/background.js"
}
} | |