Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Was ist Catch Extension?
Catch Extension ist eine Chrome-Erweiterung, die von http://catchandrelease.com entwickelt wurde, und ihr Hauptmerkmal ist "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Erweiterungsscreenshots
Catch Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Catch Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Offizielle URL | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Beschreibung | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Dateigröße | 58.82 KB |
Installationsanzahl | 602 |
Aktuelle Version | 3.0.5 |
Letztes Update | 2020-04-06 |
Veröffentlichungsdatum | 2020-04-06 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | http://catchandrelease.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://app.catchandrelease.com |
Hilfeseite URL | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL der Datenschutzrichtlinien-Seite | https://catchandrelease.com/privacy |
Unterstützte Sprachen | 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" } |