Catch Extension

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

Co to jest Catch Extension?

Catch Extension to rozszerzenie Chrome opracowane przez http://catchandrelease.com, a jego główną funkcją jest „Use the Catch Extension to curate and license content from the internet for creative campaigns.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Catch Extension

Pobierz pliki rozszerzeń Catch Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
Oficjalny URL https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
Opis Use the Catch Extension to curate and license content from the internet for creative campaigns.
Rozmiar pliku 58.82 KB
Liczba instalacji 602
Aktualna Wersja 3.0.5
Ostatnia Aktualizacja 2020-04-06
Data Publikacji 2020-04-06
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://catchandrelease.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.catchandrelease.com
Adres URL Strony Pomocy https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
Adres URL Strony Polityki Prywatności https://catchandrelease.com/privacy
Obsługiwane Języki 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"
}