Catch Extension

Use the Catch Extension to curate and license content from the internet for creative campaigns.

Что такое Catch Extension?

Catch Extension - это расширение Chrome, разработанное http://catchandrelease.com, и его основная функция - "Use the Catch Extension to curate and license content from the internet for creative campaigns.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Catch Extension

Скачайте файлы расширений Catch Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The Catch&Release Catch Extension is the simplest way to find licensable content from anywhere on the internet for use in creative campaigns. Say goodbye to messy folders and random screenshots. Save photos, videos, and audio in Catch&Release for when you're ready to license them later.                    

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

Название Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
Официальный URL https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
Описание Use the Catch Extension to curate and license content from the internet for creative campaigns.
Размер файла 58.82 KB
Количество установок 602
Текущая Версия 3.0.5
Последнее Обновление 2020-04-06
Дата публикации 2020-04-06
Рейтинг 5.00/5 Всего 3 оценок
Разработчик http://catchandrelease.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://app.catchandrelease.com
URL страницы помощи https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
URL страницы политики конфиденциальности https://catchandrelease.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catch Extension",
    "browser_action": {
        "default_title": "Catch Extension",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/catchandrelease.com\/",
        "https:\/\/app.catchandrelease.com\/"
    ],
    "description": "Use the Catch Extension to curate and license content from the internet for creative campaigns.",
    "version": "3.0.5"
}