BURLIE - Bynder URL Initiator Extension
Generate sharable URLs for your Bynder DAM in one click.
Qu'est-ce que BURLIE - Bynder URL Initiator Extension ?
BURLIE - Bynder URL Initiator Extension est une extension Chrome développée par Juan Moncada, et sa fonction principale est "Generate sharable URLs for your Bynder DAM in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BURLIE - Bynder URL Initiator Extension
Téléchargez les fichiers d'extension BURLIE - Bynder URL Initiator Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BURLIE - Bynder URL Initiator Extension |
ID | pajbcklakacmobandenpkpdjldhfgjac |
URL Officiel | https://chromewebstore.google.com/detail/burlie-bynder-url-initiat/pajbcklakacmobandenpkpdjldhfgjac |
Description | Generate sharable URLs for your Bynder DAM in one click. |
Taille du Fichier | 107 KB |
Nombre d'Installations | 84 |
Version Actuelle | 0.5.1 |
Dernière Mise à Jour | 2024-01-23 |
Date de Publication | 2023-12-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Juan Moncada |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.mncd.co/burlie-privacy-policy.txt |
Langues Prises en Charge | 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*" ] } |