Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Cos'è Catch Extension?
Catch Extension è un'estensione di Chrome sviluppata da http://catchandrelease.com, e la sua funzione principale è "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Catch Extension
Scarica i file di estensione Catch Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
URL Ufficiale | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Descrizione | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Dimensione del File | 58.82 KB |
Conteggio Installazioni | 602 |
Versione Corrente | 3.0.5 |
Ultimo Aggiornamento | 2020-04-06 |
Data di Pubblicazione | 2020-04-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://catchandrelease.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.catchandrelease.com |
URL della Pagina di Aiuto | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL della Pagina della Politica sulla Privacy | https://catchandrelease.com/privacy |
Lingue Supportate | 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" } |