DESelect Search in Salesforce Marketing Cloud

Easily search for objects in SFMC: all Content Builder objects, data extensions, query activities, data filters, automations, ...

Что такое DESelect Search in Salesforce Marketing Cloud?

DESelect Search in Salesforce Marketing Cloud - это расширение Chrome, разработанное https://deselect.com, и его основная функция - "Easily search for objects in SFMC: all Content Builder objects, data extensions, query activities, data filters, automations, ...".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения DESelect Search in Salesforce Marketing Cloud

Скачайте файлы расширений DESelect Search in Salesforce Marketing Cloud в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Note: Due to recent security updates from Google, the Chrome extension only works if the AppExchange version has already been installed. You can get it here:
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000Fz2a4UAB .

DESelect Search in SFMC - Salesforce Marketing Cloud is a free Chrome Extension that allows you to easily search for everything that’s traditionally hard to find in Salesforce Marketing Cloud.

Why you need this if you’re a Salesforce Marketing Cloud user?
Imagine looking for a data extension the name of which you partially know, but can’t recall which folder you saved it in.

Salesforce Marketing Cloud’s search functionality is limited as it only scans one selected folder at a time. SFMC Quick Search does this for all folders at once, even if you only know part of the file name.

What’s new?

*The search bar is now completely integrated with the Marketing Cloud UI so it’s always immediately available. You can start searching and get the results in seconds.

*Click links to directly go to the Data Extension you're looking for.

*Another benefit is persistent results. The search results remain, even if you click or navigate somewhere else. You can use the ‘Pin’ functionality to pin your results to the top of the page, so you can navigate to your result, still maintaining full path visibility. This makes it much easier to go to that automation that’s 10 levels deep in your folder structure!

*DESelect Search in SFMC - Salesforce Marketing Cloud can search for results across business units, and you can also see results from just your current business unit.

*We’ve extended the search functionality so you’re now able to search objects by both name and external key.

Search for everything!
We currently support searching for: 
- ALL Content Builder objects: 
   - Email templates
   - Email messages
   - Content blocks: dynamic content, buttons, code snippets, enhanced dynamic content, freeform content, external content, html, images, image carousels, layouts, social follows, social shares, text:
   - Mobile app push notifications & mobile messages 
- Automations
- Data extensions
- Query activities 
- Classic emails
- Classic email templates
- Data filters…

----------------------------

All info regarding the security of this chrome extension can be found at: https://support.deselect.com/hc/en-us/articles/360004352797.

You can download the version of DESelect Search for Salesforce Marketing Cloud from AppExchange, using this link: https://sforce.co/3xafuqk                    

Основная информация о расширении

Название DESelect Search in Salesforce Marketing Cloud DESelect Search in Salesforce Marketing Cloud
ID ekppadhnhmemajkdbkohalhoncnfhmbm
Официальный URL https://chromewebstore.google.com/detail/deselect-search-in-salesf/ekppadhnhmemajkdbkohalhoncnfhmbm
Описание Easily search for objects in SFMC: all Content Builder objects, data extensions, query activities, data filters, automations, ...
Размер файла 150 KB
Количество установок 4,172
Текущая Версия 4.30
Последнее Обновление 2024-01-22
Дата публикации 2020-06-17
Рейтинг 4.83/5 Всего 42 оценок
Разработчик https://deselect.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://deselect.com/sfmc-search-chrome-extension/
URL страницы помощи https://support.deselect.com/hc/en-us/categories/360000675917-SFMC-Quick-Search-Chrome-Extension
URL страницы политики конфиденциальности https://deselect.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DESelect Search in Salesforce Marketing Cloud",
    "short_name": "DESelect Search",
    "description": "Easily search for objects in SFMC: all Content Builder objects, data extensions, query activities, data filters, automations, ...",
    "version": "4.30",
    "action": {
        "default_icon": "images\/logo48.png",
        "default_title": "DESelect Search"
    },
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.deselect.io\/*",
                "*:\/\/*.exacttarget.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "lib\/prettifyXML.js",
                "lib\/fxp.js",
                "js\/sfmc\/util.js",
                "js\/sfmc\/logger.js",
                "js\/sfmc\/modules\/folder.js",
                "js\/sfmc\/modules\/contentCategories.js",
                "js\/sfmc\/modules\/filterDefinition.js",
                "js\/sfmc\/modules\/userInitiatedSend.js",
                "js\/sfmc\/modules\/content.js",
                "js\/sfmc\/modules\/email.js",
                "js\/sfmc\/modules\/queryActivity.js",
                "js\/sfmc\/modules\/automation.js",
                "js\/sfmc\/modules\/dataExtension.js",
                "js\/sfmc\/rest.js",
                "js\/sfmc\/soap.js",
                "js\/sfmc\/xml.js",
                "js\/constants.js",
                "js\/popup.js",
                "js\/env.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.deselect.io\/*",
        "https:\/\/*.exacttarget.com\/",
        "https:\/\/api.deselect.io\/*",
        "https:\/\/dev-api.deselect.io\/*",
        "https:\/\/mc.exacttarget.com\/cloud\/update-token.json",
        "https:\/\/*.marketingcloudapis.com\/*",
        "*:\/\/*.exacttarget.com\/*",
        "https:\/\/*.exacttargetapis.com\/platform-internal\/v1\/aggregator",
        "http:\/\/localhost:1337\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo48.png",
                "css\/style.css",
                "js\/popup.js",
                "css\/salesforce-lightning-design-system.min.css",
                "images\/pin-icon.svg",
                "images\/pinned-icon.svg",
                "images\/close-icon.svg",
                "images\/DESelect-logo.png",
                "images\/pinned-grey.svg",
                "images\/pinned-orange.svg",
                "images\/search-normal.svg",
                "images\/search-hover.svg",
                "images\/chevron.svg",
                "images\/popup-arrow.svg",
                "images\/info.svg",
                "images\/close-extension-icon.svg",
                "images\/close-grey.svg",
                "images\/alert-grey.svg",
                "images\/error-white.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}