Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
O que é Catch Extension?
Catch Extension é uma extensão do Chrome desenvolvida por http://catchandrelease.com, e sua principal característica é "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Catch Extension
Baixe arquivos de extensão Catch Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
URL Oficial | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Descrição | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Tamanho do Arquivo | 58.82 KB |
Contagem de Instalações | 602 |
Versão Atual | 3.0.5 |
Última Atualização | 2020-04-06 |
Data de Publicação | 2020-04-06 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | http://catchandrelease.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.catchandrelease.com |
URL da Página de Ajuda | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL da Página de Política de Privacidade | https://catchandrelease.com/privacy |
Idiomas Suportados | 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" } |