BURLIE - Bynder URL Initiator Extension

Generate sharable URLs for your Bynder DAM in one click.

BURLIE - Bynder URL Initiator Extension क्या है?

BURLIE - Bynder URL Initiator Extension Juan Moncada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate sharable URLs for your Bynder DAM in one click."।

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

screenshot

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

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

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

                        1.) Filter assets from your Bynder DAM.
2.) Click the BURLIE icon to copy the sharable URL or add it to your homepage.

Works when filtering with metaproperties, tags and search terms.

Please note: These links only work for users with access to your DAM. These links do not create or replace Bynder collections.

Coming soon: Support for "advanced" filters.
v0.5.1: Added support for autocomplete metaproperties.
v0.5.0: Added method for quickly adding results link to DAM homepage as news, navigation tiles or slides.
v0.4.1: Bug fix for search terms.
v0.4.0: Add your Bynder Base URL in the options menu to access quick links.                    

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

नाम BURLIE - Bynder URL Initiator Extension BURLIE - Bynder URL Initiator Extension
ID pajbcklakacmobandenpkpdjldhfgjac
आधिकारिक URL https://chromewebstore.google.com/detail/burlie-bynder-url-initiat/pajbcklakacmobandenpkpdjldhfgjac
विवरण Generate sharable URLs for your Bynder DAM in one click.
फ़ाइल का आकार 107 KB
स्थापना संख्या 84
वर्तमान संस्करण 0.5.1
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2023-12-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Juan Moncada
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.mncd.co/burlie-privacy-policy.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BURLIE - Bynder URL Initiator Extension",
    "version": "0.5.1",
    "description": "Generate sharable URLs for your Bynder DAM in one click.",
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon-128.png",
        "default_title": "BURLIE"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/media*",
                "*:\/\/*\/news*"
            ],
            "js": [
                "content-script.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.min.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/media*",
        "*:\/\/*\/news*"
    ]
}