Brandfetch
Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡
Cos'è Brandfetch?
Brandfetch è un'estensione di Chrome sviluppata da https://brandfetch.com, e la sua funzione principale è "Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brandfetch
Scarica i file di estensione Brandfetch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | ecbhicmbbeeckcmhgoaiemddbfcgphhj |
| URL Ufficiale | https://chromewebstore.google.com/detail/brandfetch/ecbhicmbbeeckcmhgoaiemddbfcgphhj |
| Descrizione | Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡ |
| Dimensione del File | 335 KB |
| Conteggio Installazioni | 9,553 |
| Versione Corrente | 4.0.3 |
| Ultimo Aggiornamento | 2023-09-01 |
| Data di Pubblicazione | 2020-04-21 |
| Valutazione | 4.67/5 Totale 12 Valutazioni |
| Sviluppatore | https://brandfetch.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://brandfetch.com/ |
| URL della Pagina di Aiuto | https://brandfetch.com/ |
| URL della Pagina della Politica sulla Privacy | https://brandfetch.com/privacy |
| Lingue Supportate | 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"
}
} | |