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. ⚡"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 support@brandfetch.io                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
อีเมล support@brandfetch.io
ประเภทการชำระเงิน 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"
    }
}