Bynder's Universal Compact View

Chrome Extension for Universal Compact View

What is Bynder's Universal Compact View?

Bynder's Universal Compact View is a Chrome extension developed by Bynder, and its main feature is "Chrome Extension for Universal Compact View".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bynder's Universal Compact View Extension CRX File

Download Bynder's Universal Compact View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Utilise Bynder DAM from anywhere in your Chrome Browser.

Streamline workflows by accessing your Bynder DAM portal online and use assets across email solutions, web-based applications, CMS, CRM, and any other system of your tech stack.

View, select. search, filter assets and use Dynamic Asset Transformation to digitally transform your assets directly on your Chrome Browser through Bynder’s pre-built Universal Compact View.                    

Extension Basic Information

Name Bynder's Universal Compact View Bynder's Universal Compact View
ID ilghhphnbdblpbdhmbdfiaidganphema
Official URL https://chromewebstore.google.com/detail/bynders-universal-compact/ilghhphnbdblpbdhmbdfiaidganphema
Description Chrome Extension for Universal Compact View
File Size 353 KB
Installation Count 356
Current Version 1.0.3
Last Updated 2023-08-29
Publish Date 2023-05-04
Rating 5.00/5 Total 2 Ratings
Developer Bynder
Email [email protected]
Payment Type free
Extension Website https://www.bynder.com/
Help Page URL https://support.bynder.com/hc/en-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bynder's Universal Compact View",
    "description": "Chrome Extension for Universal Compact View",
    "version": "1.0.3",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhPen0f3zVZ27R3DdKK+tIx9dvlmAQyU1\/ZF+jYHEmZgUshNrXA479qIMflUy4KkCfJKz96lUosK0gwYBQh1Xg3yFZpCHgPbYVPh9LANkMWcvl2BXYodaVTPpA7yWh\/yB6SiqX\/rVvhdsByANlTINL4N+txdC\/cXPe7nRt4fELxUzHyvNfw58Ztszpp0S7cB11GX0ITQetC9JQGSi\/\/3ZnqlDrh09+RBew3jmvtJK8RuEPJwTD7Uq+qDCtKPtb5aAlLvmofYk84V7NKjxQFqr\/ApzHcYybX063xA3hgyHI3cGiAa51QYDG3Wbdxhmf1gbMmbachkX77Q0nGIvbuV8CQIDAQAB",
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Easy way to access your assets in Bynder",
        "default_icon": {
            "16": "\/icons\/Bynder-logo-16.png",
            "32": "\/icons\/Bynder-logo-32.png",
            "48": "\/icons\/Bynder-logo-48.png",
            "128": "\/icons\/Bynder-logo-128.png"
        }
    },
    "icons": {
        "16": "\/icons\/Bynder-logo-16.png",
        "32": "\/icons\/Bynder-logo-32.png",
        "48": "\/icons\/Bynder-logo-48.png",
        "128": "\/icons\/Bynder-logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}