Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
¿Qué es Catch Extension?
Catch Extension es una extensión de Chrome desarrollada por http://catchandrelease.com, y su función principal es "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Catch Extension
Descarga archivos de extensión Catch Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
URL Oficial | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Descripción | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Tamaño del Archivo | 58.82 KB |
Cantidad de Instalaciones | 602 |
Versión Actual | 3.0.5 |
Última Actualización | 2020-04-06 |
Fecha de Publicación | 2020-04-06 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | http://catchandrelease.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://app.catchandrelease.com |
URL de la Página de Ayuda | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL de la Página de Política de Privacidad | https://catchandrelease.com/privacy |
Idiomas Soportados | 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" } |