BURLIE - Bynder URL Initiator Extension

Generate sharable URLs for your Bynder DAM in one click.

BURLIE - Bynder URL Initiator Extension là gì?

BURLIE - Bynder URL Initiator Extension là một tiện ích mở rộng Chrome được phát triển bởi Juan Moncada, và tính năng chính của nó là "Generate sharable URLs for your Bynder DAM in one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BURLIE - Bynder URL Initiator Extension

Tải xuống các tệp mở rộng BURLIE - Bynder URL Initiator Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BURLIE - Bynder URL Initiator Extension BURLIE - Bynder URL Initiator Extension
ID pajbcklakacmobandenpkpdjldhfgjac
URL Chính Thức https://chromewebstore.google.com/detail/burlie-bynder-url-initiat/pajbcklakacmobandenpkpdjldhfgjac
Mô tả Generate sharable URLs for your Bynder DAM in one click.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2023-12-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Juan Moncada
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.mncd.co/burlie-privacy-policy.txt
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}