Brandfetch
Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡
Qu'est-ce que Brandfetch ?
Brandfetch est une extension Chrome développée par https://brandfetch.com, et sa fonction principale est "Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brandfetch
Téléchargez les fichiers d'extension Brandfetch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Brandfetch |
ID | ecbhicmbbeeckcmhgoaiemddbfcgphhj |
URL Officiel | https://chromewebstore.google.com/detail/brandfetch/ecbhicmbbeeckcmhgoaiemddbfcgphhj |
Description | Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡ |
Taille du Fichier | 335 KB |
Nombre d'Installations | 9,553 |
Version Actuelle | 4.0.3 |
Dernière Mise à Jour | 2023-09-01 |
Date de Publication | 2020-04-21 |
Évaluation | 4.67/5 Total 12 Évaluations |
Développeur | https://brandfetch.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://brandfetch.com/ |
URL de la Page d'Aide | https://brandfetch.com/ |
URL de la Page de Politique de Confidentialité | https://brandfetch.com/privacy |
Langues Prises en Charge | 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" } } |