Catch Extension

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

Wat is Catch Extension?

Catch Extension is een Chrome-extensie ontwikkeld door http://catchandrelease.com, en de belangrijkste functie is "Use the Catch Extension to curate and license content from the internet for creative campaigns.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Catch Extension

Download Catch Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
Officiële URL https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
Beschrijving Use the Catch Extension to curate and license content from the internet for creative campaigns.
Bestandsgrootte 58.82 KB
Aantal Installaties 602
Huidige Versie 3.0.5
Laatst Bijgewerkt 2020-04-06
Publicatiedatum 2020-04-06
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://catchandrelease.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.catchandrelease.com
Help Pagina-URL https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
URL van de Privacybeleid Pagina https://catchandrelease.com/privacy
Ondersteunde Talen 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"
}