Brandfetch

Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡

Brandfetch क्या है?

Brandfetch https://brandfetch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brandfetch gives you instant access to millions of logos, colors, fonts and more. ⚡"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brandfetch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Brandfetch Brandfetch
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"
    }
}